|
||||||||||
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 | |
---|---|
java.util.Vector |
getInstances()
Deprecated. Gets active instances |
java.util.Vector |
getPipeNames(java.lang.String instName)
Deprecated. Gets pipes created in the specified instance |
java.lang.String |
getVersion()
Deprecated. Return version information |
void |
initialize()
Deprecated. initialize the function component. |
void |
initialize(java.lang.Object obj)
Deprecated. initialize the function component This method is/should be called once after the object has been given its configuration |
java.lang.Object |
perform(java.lang.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 java.lang.Exception
initialize
in class Function
java.lang.Exception
public void initialize(java.lang.Object obj) throws java.lang.Exception
initialize
in interface FunctionInterface
initialize
in class Function
obj
- object to initialize from
java.lang.Exception
public java.lang.Object perform(java.lang.Object obj) throws java.lang.Exception
obj
- input object
java.lang.Exception
public java.util.Vector getInstances()
public java.util.Vector getPipeNames(java.lang.String instName)
instName
- instance name
public java.lang.String getVersion()
public void purgeQueue() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |