|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gwe.drivers.ResourceHandle
org.gwe.drivers.netAccess.HostHandle
org.gwe.drivers.netAccess.RemoteHostHandle
org.gwe.drivers.netAccess.handles.SSHHostHandle
public class SSHHostHandle
| Field Summary |
|---|
| Fields inherited from class org.gwe.drivers.ResourceHandle |
|---|
link |
| Constructor Summary | |
|---|---|
SSHHostHandle(ResourceLink<HostHandle> link)
|
|
| Method Summary | |
|---|---|
void |
close()
|
protected void |
finalize()
|
void |
openTunnel(int localPort,
int remotePort)
|
java.lang.String |
runCommand(ShellCommand cmd)
|
| Methods inherited from class org.gwe.drivers.netAccess.RemoteHostHandle |
|---|
openTunnel |
| Methods inherited from class org.gwe.drivers.netAccess.HostHandle |
|---|
runCommand, runCommand |
| Methods inherited from class org.gwe.drivers.ResourceHandle |
|---|
createHostHandle, getLink |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSHHostHandle(ResourceLink<HostHandle> link)
throws HandleCreationException
HandleCreationException| Method Detail |
|---|
public void openTunnel(int localPort,
int remotePort)
throws HandleOperationException
openTunnel in class RemoteHostHandleHandleOperationException
public java.lang.String runCommand(ShellCommand cmd)
throws ConnectorException
runCommand in class HostHandleConnectorException
public void close()
throws HandleOperationException
close in class ResourceHandleHandleOperationException
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||