Uses of Interface
com.ibm.di.fc.remotecmdlnfc.CmdLineExecutor
-
Packages that use CmdLineExecutor Package Description 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 Modifier and Type Class Description class
RemoteCmdLineExecutor
The CmdLineExecutor that connects to and executes commands on a remote machineFields in com.ibm.di.fc.remotecmdlnfc declared as CmdLineExecutor Modifier and Type Field Description 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 Modifier and Type Method Description CmdLineExecutor
RemoteCmdLineFC. getExecutor()
This function is called to return the CmdLineExecutor that has been initialized by the FC.
-