| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.compute.callables.RunScriptOnNodeAsInitScriptUsingSsh
org.jclouds.compute.callables.RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete
public class RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface org.jclouds.compute.callables.RunScriptOnNode | 
|---|
RunScriptOnNode.Factory | 
| Field Summary | |
|---|---|
protected  com.google.common.base.Predicate<ScriptStatusReturnsZero.CommandUsingClient> | 
runScriptNotRunning
 | 
| Fields inherited from class org.jclouds.compute.callables.RunScriptOnNodeAsInitScriptUsingSsh | 
|---|
init, logger, name, node, runAsRoot, ssh, sshFactory | 
| Constructor Summary | |
|---|---|
RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete(com.google.common.base.Predicate<ScriptStatusReturnsZero.CommandUsingClient> runScriptNotRunning,
                                                         com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
                                                         NodeMetadata node,
                                                         Statement script,
                                                         RunScriptOptions options)
 | 
|
| Method Summary | |
|---|---|
 ExecResponse | 
doCall()
ssh client is initialized through this call.  | 
| Methods inherited from class org.jclouds.compute.callables.RunScriptOnNodeAsInitScriptUsingSsh | 
|---|
call, createInitScript, execScriptAsDefaultUser, execScriptAsRoot, getNode, init, runAction, runCommand, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected final com.google.common.base.Predicate<ScriptStatusReturnsZero.CommandUsingClient> runScriptNotRunning
| Constructor Detail | 
|---|
@Inject
public RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete(@Named(value="SCRIPT_COMPLETE")
                                                                       com.google.common.base.Predicate<ScriptStatusReturnsZero.CommandUsingClient> runScriptNotRunning,
                                                                       com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
                                                                       NodeMetadata node,
                                                                       Statement script,
                                                                       RunScriptOptions options)
| Method Detail | 
|---|
public ExecResponse doCall()
RunScriptOnNodeAsInitScriptUsingSsh
doCall in class RunScriptOnNodeAsInitScriptUsingSsh
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||