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 voidFileTransferFC. getFile()Receives the file from Source to Local machinevoidFileTransferFC. 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 pathbooleanFileTransferOperator. prepareConnection()Creates a connection with the target machinevoidFileTransferFC. 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 EntryRemoteCmdLineExecutor. executeCommand(java.lang.String cmdToExecute)Execute the command on the target machine.EntryRemoteCmdLineExecutor. executeCommand(java.lang.String cmdToExecute, java.lang.String[] args, java.lang.String argDelimiter)Execute the command on the target machine.charRemoteCmdLineExecutor. getOSSeparator()Return the correct path separator for the target system.booleanRemoteCmdLineExecutor. 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 RemoteConnectExceptionExceptionFactory. createRemoteConnectException(MsgIds err, LogProxy lg)Construct a RemoteConnectExceptionstatic RemoteConnectExceptionExceptionFactory. 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.RemoteAccessAS400Connection. beginSession()Begin a session with the target machine using the SSH protocolcom.ibm.tivoli.remoteaccess.RemoteAccessConnection. beginSession()Begin a session with the target machineabstract com.ibm.tivoli.remoteaccess.RemoteAccessConnectionImpl. beginSession()Begin a session with the target machinecom.ibm.tivoli.remoteaccess.RemoteAccessRexecConnection. beginSession()Begin a session with the target machine using the REXEC protocolcom.ibm.tivoli.remoteaccess.RemoteAccessRSHConnection. beginSession()Begin a session with the target machine using the RSH protocolcom.ibm.tivoli.remoteaccess.RemoteAccessSSHConnection. beginSession()Begin a session with the target machine using the SSH protocolcom.ibm.tivoli.remoteaccess.RemoteAccessWinConnection. beginSession()Begin a session with the target machine using the WIN protocoljava.lang.StringConnection. createRandomDir(java.lang.String p)Create a random directory on the target machinejava.lang.StringConnectionImpl. createRandomDir(java.lang.String p)Create a random directory on the target machineConnectionSelectProtocol. findProtocol()Find a suitable protocol that is available on the target machine and create a connectionConnectionSelectProtocol. findProtocol(boolean checkAll)Find all suitable protocols that is available on the target machine if checkAll is true; otherwise stops at first suitable protocolcharConnection. getOSSeparator()Return the character that the target uses to separate path informationcharConnectionImpl. getOSSeparator()Return the character that the target uses to separate path information
-