Uses of Class
org.gwe.drivers.netAccess.HostHandle

Packages that use HostHandle
org.gwe.api   
org.gwe.drivers   
org.gwe.drivers.bundleManagers   
org.gwe.drivers.netAccess   
org.gwe.drivers.netAccess.handles   
org.gwe.drivers.netAccess.tunneling   
org.gwe.persistence.model   
org.gwe.utils.security   
 

Uses of HostHandle in org.gwe.api
 

Methods in org.gwe.api that return types with arguments of type HostHandle
 ResourceLink<HostHandle> ServerAPILink.getHostLink()
           
 

Constructor parameters in org.gwe.api with type arguments of type HostHandle
ServerAPILink(HeadResourceInfo daemonInfo, ResourceLink<HostHandle> link)
           
 

Uses of HostHandle in org.gwe.drivers
 

Methods in org.gwe.drivers that return HostHandle
protected  HostHandle ResourceHandle.createHostHandle(ProtocolScheme scheme)
           
 

Uses of HostHandle in org.gwe.drivers.bundleManagers
 

Method parameters in org.gwe.drivers.bundleManagers with type arguments of type HostHandle
 boolean BundleHandle.deploy(ResourceLink<HostHandle> destLink, java.lang.String deploymentRoot, KeyStore keys)
           
 boolean BundleHandle.deploy(ResourceLink<HostHandle> destLink, java.lang.String unbundleCmdPath, java.lang.String deploymentRoot, KeyStore keys)
           
 java.lang.String BundleHandle.transferTo(ResourceLink<HostHandle> destLink, java.lang.String destPath, KeyStore keys)
           
 

Uses of HostHandle in org.gwe.drivers.netAccess
 

Subclasses of HostHandle in org.gwe.drivers.netAccess
 class RemoteHostHandle
           
 

Constructor parameters in org.gwe.drivers.netAccess with type arguments of type HostHandle
HostHandle(ResourceLink<HostHandle> link)
           
RemoteHostHandle(ResourceLink<HostHandle> link)
           
 

Uses of HostHandle in org.gwe.drivers.netAccess.handles
 

Subclasses of HostHandle in org.gwe.drivers.netAccess.handles
 class LocalHostHandle
           
 class SSHHostHandle
           
 

Constructor parameters in org.gwe.drivers.netAccess.handles with type arguments of type HostHandle
JSchConnection(ResourceLink<HostHandle> link)
           
SSHHostHandle(ResourceLink<HostHandle> link)
           
 

Uses of HostHandle in org.gwe.drivers.netAccess.tunneling
 

Constructor parameters in org.gwe.drivers.netAccess.tunneling with type arguments of type HostHandle
HostTunnel(ResourceLink<? extends HostHandle> link)
           
 

Uses of HostHandle in org.gwe.persistence.model
 

Methods in org.gwe.persistence.model that return types with arguments of type HostHandle
 ResourceLink<HostHandle> DaemonConfigDesc.getDaemonHostLink()
           
 

Uses of HostHandle in org.gwe.utils.security
 

Methods in org.gwe.utils.security that return types with arguments of type HostHandle
 ResourceLink<HostHandle> ResourceLink.cloneToHostLink(ProtocolScheme hostScheme)
           
 ResourceLink<HostHandle> KeyStore.createHostLink(java.lang.String uriStr)
           
 



Copyright © 2007-2009. All Rights Reserved.