|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.Function
com.ibm.di.fc.MemBufferQFC
@Deprecated public class MemBufferQFC
UserFunctions.newPipe(String, String, int)
,
UserFunctions.newPipe(String, String, int, int)
,
UserFunctions.getPipe(String, String)
Field Summary |
---|
Fields inherited from class com.ibm.di.fc.Function |
---|
logger |
Constructor Summary | |
---|---|
MemBufferQFC()
Deprecated. |
Method Summary | |
---|---|
Vector |
getInstances()
Deprecated. Gets active instances |
Vector |
getPipeNames(String instName)
Deprecated. Gets pipes created in the specified instance |
String |
getVersion()
Deprecated. Return version information |
void |
initialize()
Deprecated. initialize the function component. |
void |
initialize(Object obj)
Deprecated. initialize the function component This method is/should be called once after the object has been given its configuration |
Object |
perform(Object obj)
Deprecated. execute the function |
void |
purgeQueue()
Deprecated. Purges the queue. |
Methods inherited from class com.ibm.di.fc.Function |
---|
debug, getConfiguration, getContext, getDebug, getLog, getParam, getRSInterface, getUI, logmsg, querySchema, setConfiguration, setContext, setDebug, setLog, setParam, setRSInterface, terminate, updateSchema, verifyInitialized |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemBufferQFC()
Method Detail |
---|
public void initialize() throws Exception
initialize
in class Function
Exception
public void initialize(Object obj) throws Exception
initialize
in interface FunctionInterface
initialize
in class Function
obj
- object to initialize from
Exception
public Object perform(Object obj) throws Exception
obj
- input object
Exception
public Vector getInstances()
public Vector getPipeNames(String instName)
instName
- instance name
public String getVersion()
public void purgeQueue() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |