public interface RShellSocket
Modifier and Type | Method and Description |
---|---|
void |
Close() |
void |
Connect() |
boolean |
isConnected() |
java.lang.String |
Send(java.lang.String cmd) |
boolean isConnected()
void Connect() throws OctaneSdkException
OctaneSdkException
java.lang.String Send(java.lang.String cmd) throws OctaneSdkException
OctaneSdkException
void Close() throws OctaneSdkException
OctaneSdkException