com.ibm.di.fc
Class MemBufferQFC

java.lang.Object
  extended by com.ibm.di.fc.Function
      extended by com.ibm.di.fc.MemBufferQFC
All Implemented Interfaces:
FunctionInterface, VersionInfoInterface

Deprecated. Use com.ibm.di.connector.MemQConnector or API

@Deprecated
public class MemBufferQFC
extends Function

Version:
%I%, %G%
See Also:
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

MemBufferQFC

public MemBufferQFC()
Deprecated. 
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 class Function
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 interface FunctionInterface
Overrides:
initialize in class Function
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