Uses of Interface
org.jclouds.ssh.SshClient

Packages that use SshClient
org.jclouds.compute   
org.jclouds.compute.callables   
org.jclouds.compute.functions   
org.jclouds.compute.internal   
org.jclouds.compute.predicates   
org.jclouds.smartos.compute.domain   
org.jclouds.ssh   
org.jclouds.ssh.jsch   
org.jclouds.sshj   
org.jclouds.virtualbox.config   
org.jclouds.virtualbox.functions   
org.jclouds.virtualbox.predicates   
 

Uses of SshClient in org.jclouds.compute
 

Methods in org.jclouds.compute that return types with arguments of type SshClient
 com.google.common.base.Function<NodeMetadata,SshClient> Utils.sshForNode()
           
 

Uses of SshClient in org.jclouds.compute.callables
 

Fields in org.jclouds.compute.callables declared as SshClient
protected  SshClient SudoAwareInitManager.ssh
           
protected  SshClient RunScriptOnNodeUsingSsh.ssh
           
 

Fields in org.jclouds.compute.callables with type parameters of type SshClient
protected  com.google.common.base.Function<NodeMetadata,SshClient> SudoAwareInitManager.sshFactory
           
protected  com.google.common.base.Function<NodeMetadata,SshClient> RunScriptOnNodeUsingSsh.sshFactory
           
 

Constructor parameters in org.jclouds.compute.callables with type arguments of type SshClient
RunScriptOnNodeAsInitScriptUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, Statement script, RunScriptOptions options)
           
RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete(BlockUntilInitScriptStatusIsZeroThenReturnOutput.Factory statusFactory, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, Statement script, RunScriptOptions options)
           
RunScriptOnNodeUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, NodeMetadata node, Statement statement, RunScriptOptions options)
           
SudoAwareInitManager(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory, boolean runAsRoot, NodeMetadata node, InitScriptConfigurationForTasks initScriptConfiguration, InitScript init)
           
 

Uses of SshClient in org.jclouds.compute.functions
 

Methods in org.jclouds.compute.functions that return SshClient
 SshClient CreateSshClientOncePortIsListeningOnNode.apply(NodeMetadata node)
           
 

Uses of SshClient in org.jclouds.compute.internal
 

Methods in org.jclouds.compute.internal that return types with arguments of type SshClient
 com.google.common.base.Function<NodeMetadata,SshClient> UtilsImpl.sshForNode()
           
 

Uses of SshClient in org.jclouds.compute.predicates
 

Constructors in org.jclouds.compute.predicates with parameters of type SshClient
ScriptStatusReturnsZero.CommandUsingClient(String command, SshClient client)
           
 

Uses of SshClient in org.jclouds.smartos.compute.domain
 

Methods in org.jclouds.smartos.compute.domain that return SshClient
protected  SshClient SmartOSHost.getConnection()
           
 

Uses of SshClient in org.jclouds.ssh
 

Methods in org.jclouds.ssh that return SshClient
 SshClient SshClient.Factory.create(com.google.common.net.HostAndPort socket, Credentials credentials)
          Deprecated. 
 SshClient SshClient.Factory.create(com.google.common.net.HostAndPort socket, LoginCredentials credentials)
           
 

Uses of SshClient in org.jclouds.ssh.jsch
 

Classes in org.jclouds.ssh.jsch that implement SshClient
 class JschSshClient
          This class needs refactoring.
 

Uses of SshClient in org.jclouds.sshj
 

Classes in org.jclouds.sshj that implement SshClient
 class SshjSshClient
          This class needs refactoring.
 

Uses of SshClient in org.jclouds.virtualbox.config
 

Methods in org.jclouds.virtualbox.config that return types with arguments of type SshClient
protected  com.google.common.base.Predicate<SshClient> VirtualBoxComputeServiceContextModule.sshResponds(SshResponds sshResponds, ComputeServiceConstants.Timeouts timeouts)
           
 

Uses of SshClient in org.jclouds.virtualbox.functions
 

Methods in org.jclouds.virtualbox.functions that return SshClient
 SshClient IMachineToSshClient.apply(org.virtualbox_4_1.IMachine vm)
           
 

Constructor parameters in org.jclouds.virtualbox.functions with type arguments of type SshClient
CreateAndInstallVm(CreateAndRegisterMachineFromIsoIfNotAlreadyExists CreateAndRegisterMachineFromIsoIfNotAlreadyExists, IMachineToNodeMetadata imachineToNodeMetadata, com.google.common.base.Predicate<SshClient> sshResponds, com.google.common.base.Function<org.virtualbox_4_1.IMachine,SshClient> sshClientForIMachine, MachineUtils machineUtils, MachineController machineController, String version, String preconfigurationUrl)
           
CreateAndInstallVm(CreateAndRegisterMachineFromIsoIfNotAlreadyExists CreateAndRegisterMachineFromIsoIfNotAlreadyExists, IMachineToNodeMetadata imachineToNodeMetadata, com.google.common.base.Predicate<SshClient> sshResponds, com.google.common.base.Function<org.virtualbox_4_1.IMachine,SshClient> sshClientForIMachine, MachineUtils machineUtils, MachineController machineController, String version, String preconfigurationUrl)
           
 

Uses of SshClient in org.jclouds.virtualbox.predicates
 

Methods in org.jclouds.virtualbox.predicates with parameters of type SshClient
 boolean SshResponds.apply(SshClient client)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.