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.Vector
getInstances()
Deprecated.Gets active instancesjava.util.Vector
getPipeNames(java.lang.String instName)
Deprecated.Gets pipes created in the specified instancejava.lang.String
getVersion()
Deprecated.Return version informationvoid
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 configurationjava.lang.Object
perform(java.lang.Object obj)
Deprecated.execute the functionvoid
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
-
-
-
-
Method Detail
-
initialize
public void initialize() throws java.lang.Exception
Deprecated.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:
initialize
in classFunction
- Throws:
java.lang.Exception
-
initialize
public void initialize(java.lang.Object obj) throws java.lang.Exception
Deprecated.initialize the function component This method is/should be called once after the object has been given its configuration- Specified by:
initialize
in interfaceFunctionInterface
- Overrides:
initialize
in classFunction
- Parameters:
obj
- object to initialize from- Throws:
java.lang.Exception
-
perform
public java.lang.Object perform(java.lang.Object obj) throws java.lang.Exception
Deprecated.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.Exception
Deprecated.Purges the queue. Wrapper over the MemBufferQ.purgeQueue()- Throws:
java.lang.Exception
-
-