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

Packages that use LogProxy
com.ibm.di.fc.remotecmdlnfc   
com.ibm.di.fc.rxaunittests   
 

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

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

Fields in com.ibm.di.fc.remotecmdlnfc declared as LogProxy
protected  LogProxy RemoteCmdLineFC.logproxy
           
protected  LogProxy ConnectionImpl.lp
           
 

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

Constructors in com.ibm.di.fc.remotecmdlnfc with parameters of type LogProxy
AS400Connection(LogProxy log)
           
ConnectionImpl(LogProxy log)
          ConnectionImpl Constructor
RemoteCmdLineExecutor(Properties p, LogProxy lp)
          Constructor for the RemoteCmdLineExecutor
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
 

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

Classes in com.ibm.di.fc.rxaunittests that implement LogProxy
 class QA_LogProxyImpl