|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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 |
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 |
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. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |