public class SshRShellSocket extends java.lang.Object implements RShellSocket
Constructor and Description |
---|
SshRShellSocket(java.lang.String address,
java.lang.String username,
java.lang.String password,
int timeoutMs) |
Modifier and Type | Method and Description |
---|---|
void |
Close() |
void |
Connect() |
boolean |
isConnected() |
java.lang.String |
Send(java.lang.String cmd) |
public SshRShellSocket(java.lang.String address, java.lang.String username, java.lang.String password, int timeoutMs) throws OctaneSdkException
OctaneSdkException
public boolean isConnected()
isConnected
in interface RShellSocket
public void Connect() throws OctaneSdkException
Connect
in interface RShellSocket
OctaneSdkException
public java.lang.String Send(java.lang.String cmd) throws OctaneSdkException
Send
in interface RShellSocket
OctaneSdkException
public void Close() throws OctaneSdkException
Close
in interface RShellSocket
OctaneSdkException