com.ibm.di.fc.rxaunittests
Class QA_RemoteCmdLineFC

java.lang.Object
  extended by com.ibm.di.fc.Function
      extended by com.ibm.di.fc.remotecmdlnfc.RemoteCmdLineFC
          extended by com.ibm.di.fc.rxaunittests.QA_RemoteCmdLineFC
All Implemented Interfaces:
FunctionInterface, VersionInfoInterface

public class QA_RemoteCmdLineFC
extends RemoteCmdLineFC


Field Summary
 
Fields inherited from class com.ibm.di.fc.remotecmdlnfc.RemoteCmdLineFC
cmdArgs, cmdArgsDelim, cmdToExecute, executor, initialized, logproxy, PARAM_ARGS, PARAM_ARGS_DELIM, PARAM_BOOL_CONFIG_OPTIONS, PARAM_CONFIG_AS400_PROXY, PARAM_CONFIG_AS400_RUNPROG, PARAM_CONFIG_AS400_SSL, PARAM_CONFIG_COMMAND, PARAM_CONFIG_CONNTYPE, PARAM_CONFIG_HOST, PARAM_CONFIG_KEYSTORE, PARAM_CONFIG_PASSPHRASE, PARAM_CONFIG_PASSWD, PARAM_CONFIG_PORT, PARAM_CONFIG_RXA_LOG, PARAM_CONFIG_STDIN_DESTN, PARAM_CONFIG_STDIN_SOURCE, PARAM_CONFIG_TIMEOUT, PARAM_CONFIG_USER, PARAM_INPUT, PARAM_INT_CONFIG_OPTIONS, PARAM_RETURN_CODE, PARAM_STD_ERROR, PARAM_STD_OUTPUT, PARAM_STDIN_DEST, PARAM_STDIN_SRC, PARAM_STR_CONFIG_OPTIONS, props, RXAlogger, stdinDest, stdinSrc, terminated
 
Fields inherited from class com.ibm.di.fc.Function
logger
 
Constructor Summary
QA_RemoteCmdLineFC(Properties p)
           
 
Method Summary
 void dummyInitConfigProps()
           
 void initialize(Object o)
          This function is called once after the connector configuration file has been provided by the caller.
 
Methods inherited from class com.ibm.di.fc.remotecmdlnfc.RemoteCmdLineFC
getExecutor, getLog, getRXACompatableLogger, getVersion, logError, logInfo, logmsg, perform, setLog, terminate
 
Methods inherited from class com.ibm.di.fc.Function
debug, getConfiguration, getContext, getParam, getUI, initialize, setConfiguration, setContext, setParam, updateSchema, verifyInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QA_RemoteCmdLineFC

public QA_RemoteCmdLineFC(Properties p)
Method Detail

dummyInitConfigProps

public void dummyInitConfigProps()

initialize

public void initialize(Object o)
                throws GeneralCLFCException,
                       Exception
Description copied from class: RemoteCmdLineFC
This function is called once after the connector configuration file has been provided by the caller.

Specified by:
initialize in interface FunctionInterface
Overrides:
initialize in class RemoteCmdLineFC
Parameters:
o - The configuration object from ITDI.
Throws:
GeneralCLFCException - If the connection cannot be prepared i.e. not all attributes have been provided.
Exception - If super class initialize fails.