| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<NodeMetadata,SshClient> |
Utils.sshForNode() |
| Modifier and Type | Field and Description |
|---|---|
protected SshClient |
SudoAwareInitManager.ssh |
protected SshClient |
RunScriptOnNodeUsingSsh.ssh |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Function<NodeMetadata,SshClient> |
SudoAwareInitManager.sshFactory |
protected com.google.common.base.Function<NodeMetadata,SshClient> |
RunScriptOnNodeUsingSsh.sshFactory |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
SshClient |
CreateSshClientOncePortIsListeningOnNode.apply(NodeMetadata node) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<NodeMetadata,SshClient> |
UtilsImpl.sshForNode() |
| Constructor and Description |
|---|
ScriptStatusReturnsZero.CommandUsingClient(String command,
SshClient client) |
| Modifier and Type | Field and Description |
|---|---|
protected SshClient |
SmartOSHostController._connection |
| Modifier and Type | Method and Description |
|---|---|
protected SshClient |
SmartOSHostController.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
JschSshClient
This class needs refactoring.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SshjSshClient
This class needs refactoring.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Predicate<SshClient> |
VirtualBoxComputeServiceContextModule.sshResponds(SshResponds sshResponds,
ComputeServiceConstants.Timeouts timeouts) |
| Modifier and Type | Method and Description |
|---|---|
SshClient |
IMachineToSshClient.apply(org.virtualbox_4_1.IMachine vm) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SshResponds.apply(SshClient client) |
Copyright © 2009-2013 jclouds. All Rights Reserved.