Package com.ibm.di.fc
Class MemBufferQFC
- java.lang.Object
-
- com.ibm.di.fc.Function
-
- com.ibm.di.fc.MemBufferQFC
-
- All Implemented Interfaces:
FunctionInterface,VersionInfoInterface
@Deprecated public class MemBufferQFC extends Function
Deprecated.Use com.ibm.di.connector.MemQConnector or API- Version:
- %I%, %G%
- See Also:
UserFunctions.newPipe(String, String, int),UserFunctions.newPipe(String, String, int, int),UserFunctions.getPipe(String, String)
-
-
Constructor Summary
Constructors Constructor Description MemBufferQFC()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.VectorgetInstances()Deprecated.Gets active instancesjava.util.VectorgetPipeNames(java.lang.String instName)Deprecated.Gets pipes created in the specified instancejava.lang.StringgetVersion()Deprecated.Return version informationvoidinitialize()Deprecated.initialize the function component.voidinitialize(java.lang.Object obj)Deprecated.initialize the function component This method is/should be called once after the object has been given its configurationjava.lang.Objectperform(java.lang.Object obj)Deprecated.execute the functionvoidpurgeQueue()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
-
-
-
-
Method Detail
-
initialize
public void initialize() throws java.lang.ExceptionDeprecated.initialize the function component. This method will be called through script. This method is/should be called once after the object has been given its configuration- Overrides:
initializein classFunction- Throws:
java.lang.Exception
-
initialize
public void initialize(java.lang.Object obj) throws java.lang.ExceptionDeprecated.initialize the function component This method is/should be called once after the object has been given its configuration- Specified by:
initializein interfaceFunctionInterface- Overrides:
initializein classFunction- Parameters:
obj- object to initialize from- Throws:
java.lang.Exception
-
perform
public java.lang.Object perform(java.lang.Object obj) throws java.lang.ExceptionDeprecated.execute the function- Parameters:
obj- input object- Returns:
- output entry object
- Throws:
java.lang.Exception
-
getInstances
public java.util.Vector getInstances()
Deprecated.Gets active instances- Returns:
- active instances
-
getPipeNames
public java.util.Vector getPipeNames(java.lang.String instName)
Deprecated.Gets pipes created in the specified instance- Parameters:
instName- instance name- Returns:
- pipes created in the specified instance
-
getVersion
public java.lang.String getVersion()
Deprecated.Return version information- Returns:
- The version value
-
purgeQueue
public void purgeQueue() throws java.lang.ExceptionDeprecated.Purges the queue. Wrapper over the MemBufferQ.purgeQueue()- Throws:
java.lang.Exception
-
-