Uses of Class
com.ibm.di.fc.remotecmdlnfc.RemoteConnectException

Packages that use RemoteConnectException
com.ibm.di.fc.remotecmdlnfc Provides classes for the remote command line function component. 
 

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

Methods in com.ibm.di.fc.remotecmdlnfc that return RemoteConnectException
static RemoteConnectException ExceptionFactory.createRemoteConnectException(RemoteCLFCMsgIds err, LogProxy lg)
          Construct a RemoteConnectException
static RemoteConnectException ExceptionFactory.createRemoteConnectException(Throwable root, LogProxy lg)
          Construct a RemoteConnectException
 

Methods in com.ibm.di.fc.remotecmdlnfc 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 RSHConnection.beginSession()
          Begin a session with the target machine using the RSH protocol
 com.ibm.tivoli.remoteaccess.RemoteAccess RexecConnection.beginSession()
          Begin a session with the target machine using the REXEC 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
 String ConnectionImpl.createRandomDir(String p)
          Create a random directory on the target machine
 String Connection.createRandomDir(String p)
          Create a random directory on the target machine
 Entry RemoteCmdLineExecutor.executeCommand(String cmdToExecute)
          Execute the command on the target machine.
 Entry RemoteCmdLineExecutor.executeCommand(String cmdToExecute, String[] args, String argDelimiter)
          Execute the command on the target machine.
 Connection SelectProtocol.findProtocol()
          Find a suitable protocol that is available on the target machine and create a connection
 char RemoteCmdLineExecutor.getOSSeparator()
          Return the correct path separator for the target system.
 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
 boolean RemoteCmdLineExecutor.prepareConnection()
          Create a connection with the target machine