org.gwe.drivers.netAccess
Class RemoteHostHandle

java.lang.Object
  extended by org.gwe.drivers.ResourceHandle
      extended by org.gwe.drivers.netAccess.HostHandle
          extended by org.gwe.drivers.netAccess.RemoteHostHandle
Direct Known Subclasses:
SSHHostHandle

public abstract class RemoteHostHandle
extends HostHandle

Since:
Aug 16, 2007
Author:
Marco Ruiz

Field Summary
 
Fields inherited from class org.gwe.drivers.ResourceHandle
link
 
Constructor Summary
RemoteHostHandle(ResourceLink<HostHandle> link)
           
 
Method Summary
 void openTunnel(int port)
           
 void openTunnel(int localPort, int remotePort)
           
 
Methods inherited from class org.gwe.drivers.netAccess.HostHandle
runCommand, runCommand, runCommand
 
Methods inherited from class org.gwe.drivers.ResourceHandle
close, createHostHandle, getLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteHostHandle

public RemoteHostHandle(ResourceLink<HostHandle> link)
Method Detail

openTunnel

public void openTunnel(int port)
                throws HandleOperationException
Throws:
HandleOperationException

openTunnel

public void openTunnel(int localPort,
                       int remotePort)
                throws HandleOperationException
Throws:
HandleOperationException


Copyright © 2007-2009. All Rights Reserved.