Uses of Class
org.jclouds.compute.domain.ExecResponse

Packages that use ExecResponse
org.jclouds.compute   
org.jclouds.compute.callables   
org.jclouds.compute.internal   
org.jclouds.compute.strategy   
org.jclouds.ssh   
 

Uses of ExecResponse in org.jclouds.compute
 

Methods in org.jclouds.compute that return types with arguments of type ExecResponse
 Map<NodeMetadata,ExecResponse> RunScriptOnNodesException.getSuccessfulNodes()
           
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, Payload runScript)
          Deprecated. 
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, Payload runScript, RunScriptOptions options)
          Deprecated. 
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, Statement runScript)
           
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, Statement runScript, RunScriptOptions options)
          Run the script on all nodes with the specific predicate.
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, String runScript)
           
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, String runScript, RunScriptOptions options)
           
 

Constructor parameters in org.jclouds.compute with type arguments of type ExecResponse
RunScriptOnNodesException(Statement runScript, RunScriptOptions options, Map<NodeMetadata,ExecResponse> successfulNodes, Map<?,Exception> executionExceptions, Map<? extends NodeMetadata,? extends Throwable> failedNodes)
           
 

Uses of ExecResponse in org.jclouds.compute.callables
 

Methods in org.jclouds.compute.callables that return ExecResponse
 ExecResponse RunScriptOnNodeUsingSsh.call()
           
 ExecResponse RunScriptOnNodeAsInitScriptUsingSsh.call()
           
 ExecResponse RunScriptOnNode.call()
          Note that RunScriptOnNode.init() must be called first.
 ExecResponse RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete.doCall()
           
protected  ExecResponse RunScriptOnNodeAsInitScriptUsingSsh.doCall()
          ssh client is initialized through this call.
protected  ExecResponse RunScriptOnNodeAsInitScriptUsingSsh.runAction(String action)
           
protected  ExecResponse RunScriptOnNodeUsingSsh.runCommand(String command)
           
protected  ExecResponse RunScriptOnNodeAsInitScriptUsingSsh.runCommand(String command)
           
 

Uses of ExecResponse in org.jclouds.compute.internal
 

Methods in org.jclouds.compute.internal that return types with arguments of type ExecResponse
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, Payload runScript)
          
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, Payload runScript, RunScriptOptions options)
          
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, Statement runScript)
          
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, Statement runScript, RunScriptOptions options)
          Run the script on all nodes with the specific predicate.
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, String runScript)
          
 Map<? extends NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, String runScript, RunScriptOptions options)
           
 

Uses of ExecResponse in org.jclouds.compute.strategy
 

Methods in org.jclouds.compute.strategy that return ExecResponse
 ExecResponse RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap.call()
           
 

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

Uses of ExecResponse in org.jclouds.ssh
 

Methods in org.jclouds.ssh that return ExecResponse
 ExecResponse SshClient.exec(String command)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.