| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.ssh | |
| 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 | 
RunScriptOnNodeUsingSsh.ssh
 | 
protected  SshClient | 
RunScriptOnNodeAsInitScriptUsingSsh.ssh
 | 
| Fields in org.jclouds.compute.callables with type parameters of type SshClient | |
|---|---|
protected  com.google.common.base.Function<NodeMetadata,SshClient> | 
RunScriptOnNodeUsingSsh.sshFactory
 | 
protected  com.google.common.base.Function<NodeMetadata,SshClient> | 
RunScriptOnNodeAsInitScriptUsingSsh.sshFactory
 | 
| Constructor parameters in org.jclouds.compute.callables with type arguments of type SshClient | |
|---|---|
RunScriptOnNodeAsInitScriptUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
                                    NodeMetadata node,
                                    Statement script,
                                    RunScriptOptions options)
 | 
|
RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete(com.google.common.base.Predicate<ScriptStatusReturnsZero.CommandUsingClient> runScriptNotRunning,
                                                         com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
                                                         NodeMetadata node,
                                                         Statement script,
                                                         RunScriptOptions options)
 | 
|
RunScriptOnNodeUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
                        NodeMetadata node,
                        Statement statement,
                        RunScriptOptions options)
 | 
|
| 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.ssh | 
|---|
| Methods in org.jclouds.ssh that return SshClient | |
|---|---|
 SshClient | 
SshClient.Factory.create(IPSocket socket,
       Credentials credentials)
 | 
 SshClient | 
SshClient.Factory.create(IPSocket socket,
       String username,
       byte[] privateKey)
Deprecated.  | 
 SshClient | 
SshClient.Factory.create(IPSocket socket,
       String username,
       String password)
Deprecated.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||