public abstract class SshClientBase
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Integer>
| Constructor and Description |
|---|
SshClientBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
call() |
SshConnection |
getConnection() |
java.lang.String |
getName() |
void |
setConnection(SshConnection connection) |
void |
setName(java.lang.String name) |
void |
stop() |
java.lang.String |
toString() |
public java.lang.Integer call()
call in interface java.util.concurrent.Callable<java.lang.Integer>public void stop()
public java.lang.String getName()
public void setName(java.lang.String name)
public SshConnection getConnection()
@Inject public void setConnection(SshConnection connection)
public java.lang.String toString()
toString in class java.lang.Object