Package com.ibm.di.fc.remotecmdlnfc

Provides classes for the remote command line function component.

See:
          Description

Interface Summary
CmdLineExecutor The object that connects to the target machine, executes the commands and returns the results.
Connection Represents a connection using the Remote Execution and Access Library
LogProxy Interface for the Log proxy class.
Messages Represents message strings that can be substituted with runtime context information.
Messages.MessageID Interface for a message ID
 

Class Summary
AS400Connection  
ConnectionImpl This class encapsulates the RXA library's Connection related objects
ExceptionFactory Produce new exceptions and log appropriate messages
LogProxyImpl Proxy for the Logging framework.
MessageHelper Compile time constants for message bundle keys.
RemoteCLFCMsgIds Typesafe enum of the RemoteCLFC message ids
RemoteCmdLineExecutor The CmdLineExecutor that connects to and executes commands on a remote machine
RemoteCmdLineFC TDI Remote Command Line Function Component.
RexecConnection This class encapsulates the RXA library's REXEC Connection related objects
RSHConnection This class encapsulates the RXA library's RSH Connection related objects
RXAErrorCode Typesafe enum of the expected RXA toolkit error codes
SelectProtocol Connect to the target machine using any protocol that is available.
SSHConnection This class encapsulates the RXA library's SSH Connection related objects
TDIRXALogAdapter This class encapsulates the RXA internal logger
TMSMessagesImpl The default implementation of Messages.
WinConnection This class encapsulates the RXA library's Win Connection related objects
 

Exception Summary
GeneralCLFCException Exception type for the Remote Command Line Function Component
ParamException A Remote Command Line Function Component Parameter Exception.
RemoteConnectException A Remote Command Line Function Component Remote Connect Exception.
 

Package com.ibm.di.fc.remotecmdlnfc Description

Provides classes for the remote command line function component.