Uses of Interface
com.ibm.di.protocols.rxa.LogProxy

Packages that use LogProxy
com.ibm.di.fc.filetransferfc   
com.ibm.di.fc.remotecmdlnfc Provides classes for the remote command line function component. 
com.ibm.di.protocols.rxa   
 

Uses of LogProxy in com.ibm.di.fc.filetransferfc
 

Fields in com.ibm.di.fc.filetransferfc declared as LogProxy
protected  LogProxy FileTransferFC.logProxy
          The way to perform RXA connection related logging
 

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

Fields in com.ibm.di.fc.remotecmdlnfc declared as LogProxy
protected  LogProxy RemoteCmdLineFC.logproxy
          The way to perform logging.
 

Constructors in com.ibm.di.fc.remotecmdlnfc with parameters of type LogProxy
RemoteCmdLineExecutor(Properties p, LogProxy lp)
          Constructor for the RemoteCmdLineExecutor
 

Uses of LogProxy in com.ibm.di.protocols.rxa
 

Classes in com.ibm.di.protocols.rxa that implement LogProxy
 class LogProxyImpl
          Proxy for the Logging framework.
 

Fields in com.ibm.di.protocols.rxa declared as LogProxy
protected  LogProxy ConnectionImpl.lp
          Used for logging
 

Methods in com.ibm.di.protocols.rxa with parameters of type LogProxy
static GeneralCLFCException ExceptionFactory.createGeneralCLFCException(MsgIds err, LogProxy lg)
          Construct a GeneralCLFCException
static GeneralCLFCException ExceptionFactory.createGeneralCLFCException(Throwable root, LogProxy lg)
          Construct a GeneralCLFCException
static ParamException ExceptionFactory.createParamException(MsgIds err, LogProxy lg)
          Construct a ParamException
static RemoteConnectException ExceptionFactory.createRemoteConnectException(MsgIds err, LogProxy lg)
          Construct a RemoteConnectException
static RemoteConnectException ExceptionFactory.createRemoteConnectException(Throwable root, LogProxy lg)
          Construct a RemoteConnectException
 

Constructors in com.ibm.di.protocols.rxa with parameters of type LogProxy
AS400Connection(LogProxy log)
           
ConnectionImpl(LogProxy log)
          ConnectionImpl Constructor
RexecConnection(LogProxy lp)
          RexecConnection Constructor
RSHConnection(LogProxy log)
          RSHConnection Constructor
SelectProtocol(Properties p, LogProxy log)
          Construct a SelectProtocol object with the provided properties
SSHConnection(LogProxy log)
          SSHConnection Constructor
WinConnection(LogProxy log)
          WinConnection Constructor