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 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 Modifier and Type Field Description protected LogProxy
RemoteCmdLineFC. logproxy
The 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 class
LogProxyImpl
Proxy for the Logging framework.Fields in com.ibm.di.protocols.rxa declared as LogProxy Modifier and Type Field Description protected LogProxy
ConnectionImpl. lp
Used for loggingMethods in com.ibm.di.protocols.rxa with parameters of type LogProxy Modifier and Type Method Description static GeneralCLFCException
ExceptionFactory. createGeneralCLFCException(MsgIds err, LogProxy lg)
Construct a GeneralCLFCExceptionstatic GeneralCLFCException
ExceptionFactory. createGeneralCLFCException(java.lang.Throwable root, LogProxy lg)
Construct a GeneralCLFCExceptionstatic ParamException
ExceptionFactory. createParamException(MsgIds err, LogProxy lg)
Construct a ParamExceptionstatic RemoteConnectException
ExceptionFactory. createRemoteConnectException(MsgIds err, LogProxy lg)
Construct a RemoteConnectExceptionstatic RemoteConnectException
ExceptionFactory. 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
-