Uses of Interface
com.ibm.di.protocols.rxa.LogProxy
-
Packages that use LogProxy Package Description 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 Modifier and Type Field Description protected LogProxyFileTransferFC. logProxyThe 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 Modifier and Type Field Description protected LogProxyRemoteCmdLineFC. logproxyThe way to perform logging.Constructors in com.ibm.di.fc.remotecmdlnfc with parameters of type LogProxy Constructor Description RemoteCmdLineExecutor(java.util.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 Modifier and Type Class Description classLogProxyImplProxy for the Logging framework.Fields in com.ibm.di.protocols.rxa declared as LogProxy Modifier and Type Field Description protected LogProxyConnectionImpl. lpUsed for loggingMethods in com.ibm.di.protocols.rxa with parameters of type LogProxy Modifier and Type Method Description static GeneralCLFCExceptionExceptionFactory. createGeneralCLFCException(MsgIds err, LogProxy lg)Construct a GeneralCLFCExceptionstatic GeneralCLFCExceptionExceptionFactory. createGeneralCLFCException(java.lang.Throwable root, LogProxy lg)Construct a GeneralCLFCExceptionstatic ParamExceptionExceptionFactory. createParamException(MsgIds err, LogProxy lg)Construct a ParamExceptionstatic RemoteConnectExceptionExceptionFactory. createRemoteConnectException(MsgIds err, LogProxy lg)Construct a RemoteConnectExceptionstatic RemoteConnectExceptionExceptionFactory. createRemoteConnectException(java.lang.Throwable root, LogProxy lg)Construct a RemoteConnectExceptionConstructors in com.ibm.di.protocols.rxa with parameters of type LogProxy Constructor Description AS400Connection(LogProxy log)ConnectionImpl(LogProxy log)ConnectionImpl ConstructorRexecConnection(LogProxy lp)RexecConnection ConstructorRSHConnection(LogProxy log)RSHConnection ConstructorSelectProtocol(java.util.Properties p, LogProxy log)Construct a SelectProtocol object with the provided propertiesSSHConnection(LogProxy log)SSHConnection ConstructorWinConnection(LogProxy log)WinConnection Constructor
-