Uses of Class
com.ibm.di.protocols.rxa.RemoteConnectException

Packages that use RemoteConnectException
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
 void FileTransferFC.getFile()
          Receives the file from Source to Local machine
 void FileTransferFC.initConnection()
          Initializes connection to target machine(s)
 java.lang.String[] FileTransferFC.listSource()
          Retrieves the list of Files in the Source path
 java.lang.String[] FileTransferFC.listTarget()
          Retrieves the list of Files in the Target path
 boolean FileTransferOperator.prepareConnection()
          Creates a connection with the target machine
 void 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
 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
static RemoteConnectException ExceptionFactory.createRemoteConnectException(MsgIds err, LogProxy lg)
          Construct a RemoteConnectException
static RemoteConnectException ExceptionFactory.createRemoteConnectException(java.lang.Throwable root, LogProxy lg)
          Construct a RemoteConnectException
 

Methods in com.ibm.di.protocols.rxa that throw RemoteConnectException
 com.ibm.tivoli.remoteaccess.RemoteAccess WinConnection.beginSession()
          Begin a session with the target machine using the WIN protocol
 com.ibm.tivoli.remoteaccess.RemoteAccess SSHConnection.beginSession()
          Begin a session with the target machine using the SSH protocol
 com.ibm.tivoli.remoteaccess.RemoteAccess RexecConnection.beginSession()
          Begin a session with the target machine using the REXEC protocol
 com.ibm.tivoli.remoteaccess.RemoteAccess RSHConnection.beginSession()
          Begin a session with the target machine using the RSH protocol
abstract  com.ibm.tivoli.remoteaccess.RemoteAccess ConnectionImpl.beginSession()
          Begin a session with the target machine
 com.ibm.tivoli.remoteaccess.RemoteAccess Connection.beginSession()
          Begin a session with the target machine
 com.ibm.tivoli.remoteaccess.RemoteAccess AS400Connection.beginSession()
          Begin a session with the target machine using the SSH protocol
 java.lang.String ConnectionImpl.createRandomDir(java.lang.String p)
          Create a random directory on the target machine
 java.lang.String Connection.createRandomDir(java.lang.String p)
          Create a random directory on the target machine
 Connection SelectProtocol.findProtocol()
          Find a suitable protocol that is available on the target machine and create a connection
 Connection SelectProtocol.findProtocol(boolean checkAll)
          Find all suitable protocols that is available on the target machine if checkAll is true; otherwise stops at first suitable protocol
 char ConnectionImpl.getOSSeparator()
          Return the character that the target uses to separate path information
 char Connection.getOSSeparator()
          Return the character that the target uses to separate path information