Uses of Interface
org.jclouds.compute.callables.RunScriptOnNode

Packages that use RunScriptOnNode
org.jclouds.compute.callables   
org.jclouds.compute.strategy   
 

Uses of RunScriptOnNode in org.jclouds.compute.callables
 

Classes in org.jclouds.compute.callables that implement RunScriptOnNode
 class RunScriptOnNodeAsInitScriptUsingSsh
           
 class RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete
           
 class RunScriptOnNodeUsingSsh
           
 

Methods in org.jclouds.compute.callables that return RunScriptOnNode
 RunScriptOnNode RunScriptOnNode.Factory.create(NodeMetadata node, Statement script, RunScriptOptions options)
           
 RunScriptOnNode RunScriptOnNodeUsingSsh.init()
           
 RunScriptOnNode RunScriptOnNode.init()
          verifies that the command can execute on the node.
 

Uses of RunScriptOnNode in org.jclouds.compute.strategy
 

Methods in org.jclouds.compute.strategy that return RunScriptOnNode
 RunScriptOnNode InitializeRunScriptOnNodeOrPlaceInBadMap.call()
           
 

Methods in org.jclouds.compute.strategy that return types with arguments of type RunScriptOnNode
 Callable<RunScriptOnNode> InitializeRunScriptOnNodeOrPlaceInBadMap.Factory.create(NodeMetadata node, Statement script, RunScriptOptions options, Map<NodeMetadata,Exception> badNodes)
           
 

Constructors in org.jclouds.compute.strategy with parameters of type RunScriptOnNode
RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap(RunScriptOnNode runScriptOnNode, Map<NodeMetadata,ExecResponse> goodNodes, Map<NodeMetadata,Exception> badNodes)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.