|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.fc.remotecmdlnfc.ConnectionImpl
com.ibm.di.fc.remotecmdlnfc.RSHConnection
public class RSHConnection
This class encapsulates the RXA library's RSH Connection related objects
| Field Summary | |
|---|---|
protected Object[] |
args
To be used in logged messages |
protected static String |
TYPE
The connection protocol being used |
| Fields inherited from class com.ibm.di.fc.remotecmdlnfc.ConnectionImpl |
|---|
as400Proxy, as400RunProg, as400SSL, cmdArgsCharEncode, EMPTYSTRING, hostName, initial_timeout, keystore, lp, parentDirToStdin, passphrase, password, port, randomDir, rtnCodeAttr, stdErrorAttr, stdOutputAttr, timeout, userName |
| Constructor Summary | |
|---|---|
RSHConnection(LogProxy log)
RSHConnection Constructor |
|
| Method Summary | |
|---|---|
com.ibm.tivoli.remoteaccess.RemoteAccess |
beginSession()
Begin a session with the target machine using the RSH protocol |
String |
getType()
Return this connection type |
| Methods inherited from class com.ibm.di.fc.remotecmdlnfc.ConnectionImpl |
|---|
createRandomDir, endSession, getHost, getOSSeparator, getRXAProtocol, getUser, initializeProps, removeDir, runCommand, setCmdArgsCharEncode, setHost, setRXAProtocol, setUser, transferFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String TYPE
protected Object[] args
| Constructor Detail |
|---|
public RSHConnection(LogProxy log)
log - LogProxy for logging| Method Detail |
|---|
public com.ibm.tivoli.remoteaccess.RemoteAccess beginSession()
throws RemoteConnectException
beginSession in interface ConnectionbeginSession in class ConnectionImplRemoteConnectExceptionpublic String getType()
getType in interface ConnectiongetType in class ConnectionImpl
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||