Uses of Class
com.ibm.di.protocols.rxa.RemoteConnectException
-
Packages that use RemoteConnectException 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 RemoteConnectException in com.ibm.di.fc.filetransferfc
Methods in com.ibm.di.fc.filetransferfc that throw RemoteConnectException Modifier and Type Method Description void
FileTransferFC. getFile()
Receives the file from Source to Local machinevoid
FileTransferFC. initConnection()
Initializes connection to target machine(s)java.lang.String[]
FileTransferFC. listSource()
Retrieves the list of Files in the Source pathjava.lang.String[]
FileTransferFC. listTarget()
Retrieves the list of Files in the Target pathboolean
FileTransferOperator. prepareConnection()
Creates a connection with the target machinevoid
FileTransferFC. putFile()
Send the file from Local to Target machine -
Uses of RemoteConnectException in com.ibm.di.fc.remotecmdlnfc
Methods in com.ibm.di.fc.remotecmdlnfc that throw RemoteConnectException Modifier and Type Method Description Entry
RemoteCmdLineExecutor. executeCommand(java.lang.String cmdToExecute)
Execute the command on the target machine.Entry
RemoteCmdLineExecutor. executeCommand(java.lang.String cmdToExecute, java.lang.String[] args, java.lang.String argDelimiter)
Execute the command on the target machine.char
RemoteCmdLineExecutor. getOSSeparator()
Return the correct path separator for the target system.boolean
RemoteCmdLineExecutor. prepareConnection()
Create a connection with the target machine -
Uses of RemoteConnectException in com.ibm.di.protocols.rxa
Methods in com.ibm.di.protocols.rxa that return RemoteConnectException Modifier and Type Method Description static RemoteConnectException
ExceptionFactory. createRemoteConnectException(MsgIds err, LogProxy lg)
Construct a RemoteConnectExceptionstatic RemoteConnectException
ExceptionFactory. createRemoteConnectException(java.lang.Throwable root, LogProxy lg)
Construct a RemoteConnectExceptionMethods in com.ibm.di.protocols.rxa that throw RemoteConnectException Modifier and Type Method Description com.ibm.tivoli.remoteaccess.RemoteAccess
AS400Connection. beginSession()
Begin a session with the target machine using the SSH protocolcom.ibm.tivoli.remoteaccess.RemoteAccess
Connection. beginSession()
Begin a session with the target machineabstract com.ibm.tivoli.remoteaccess.RemoteAccess
ConnectionImpl. beginSession()
Begin a session with the target machinecom.ibm.tivoli.remoteaccess.RemoteAccess
RexecConnection. beginSession()
Begin a session with the target machine using the REXEC protocolcom.ibm.tivoli.remoteaccess.RemoteAccess
RSHConnection. beginSession()
Begin a session with the target machine using the RSH protocolcom.ibm.tivoli.remoteaccess.RemoteAccess
SSHConnection. beginSession()
Begin a session with the target machine using the SSH protocolcom.ibm.tivoli.remoteaccess.RemoteAccess
WinConnection. beginSession()
Begin a session with the target machine using the WIN protocoljava.lang.String
Connection. createRandomDir(java.lang.String p)
Create a random directory on the target machinejava.lang.String
ConnectionImpl. createRandomDir(java.lang.String p)
Create a random directory on the target machineConnection
SelectProtocol. findProtocol()
Find a suitable protocol that is available on the target machine and create a connectionConnection
SelectProtocol. findProtocol(boolean checkAll)
Find all suitable protocols that is available on the target machine if checkAll is true; otherwise stops at first suitable protocolchar
Connection. getOSSeparator()
Return the character that the target uses to separate path informationchar
ConnectionImpl. getOSSeparator()
Return the character that the target uses to separate path information
-