Uses of Interface
com.ibm.di.fc.remotecmdlnfc.CmdLineExecutor

Packages that use CmdLineExecutor
com.ibm.di.fc.remotecmdlnfc Provides classes for the remote command line function component. 
 

Uses of CmdLineExecutor in com.ibm.di.fc.remotecmdlnfc
 

Classes in com.ibm.di.fc.remotecmdlnfc that implement CmdLineExecutor
 class RemoteCmdLineExecutor
          The CmdLineExecutor that connects to and executes commands on a remote machine
 

Fields in com.ibm.di.fc.remotecmdlnfc declared as CmdLineExecutor
protected  CmdLineExecutor RemoteCmdLineFC.executor
          The executor object that connects to the appropriate machine to execute the command.
 

Methods in com.ibm.di.fc.remotecmdlnfc that return CmdLineExecutor
 CmdLineExecutor RemoteCmdLineFC.getExecutor()
          This function is called to return the CmdLineExecutor that has been initialized by the FC.