|
||||||||||
| 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
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, getLog, getParam, getUI, logmsg, setConfiguration, setContext, setLog, setParam, 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 FunctionException
public void initialize(Object obj)
throws Exception
initialize in interface FunctionInterfaceinitialize in class Functionobj - this object provides information to the Function Component needed on initialization
Exception - An exception is thrown if the initialization fails.
public Object perform(Object obj)
throws Exception
obj - input object
Exceptionpublic 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 | |||||||||