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   
org.jclouds.ssh.jsch   
org.jclouds.sshj   
 

Uses of ExecResponse in org.jclouds.compute
 

Methods in org.jclouds.compute that return ExecResponse
 ExecResponse ComputeService.runScriptOnNode(String id, Statement runScript)
           
 ExecResponse ComputeService.runScriptOnNode(String id, Statement runScript, RunScriptOptions options)
          Run the script on a specific node
 ExecResponse ComputeService.runScriptOnNode(String id, String runScript)
           
 ExecResponse ComputeService.runScriptOnNode(String id, String runScript, RunScriptOptions options)
           
 

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)
           
 com.google.common.util.concurrent.ListenableFuture<ExecResponse> ComputeService.submitScriptOnNode(String id, Statement runScript, RunScriptOptions options)
          Run the script on a specific node in the background, typically as nohup
 

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 RunScriptOnNodeAsInitScriptUsingSsh.call()
           
 ExecResponse RunScriptOnNodeUsingSsh.call()
           
 ExecResponse RunScriptOnNode.call()
          Note that RunScriptOnNode.init() must be called first.
 ExecResponse RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete.doCall()
           
protected  ExecResponse RunScriptOnNodeAsInitScriptUsingSsh.doCall()
           
 ExecResponse BlockUntilInitScriptStatusIsZeroThenReturnOutput.get(long timeout, TimeUnit unit)
           
 ExecResponse SudoAwareInitManager.refreshAndRunAction(String action)
           
 ExecResponse SudoAwareInitManager.runAction(String action)
           
protected  ExecResponse RunScriptOnNodeUsingSsh.runCommand(String command)
           
 

Methods in org.jclouds.compute.callables that return types with arguments of type ExecResponse
 com.google.common.util.concurrent.ListenableFuture<ExecResponse> ScriptStillRunningException.get()
           
 com.google.common.util.concurrent.ListenableFuture<ExecResponse> RunScriptOnNode.Factory.submit(NodeMetadata node, Statement script, RunScriptOptions options)
           
 

Constructor parameters in org.jclouds.compute.callables with type arguments of type ExecResponse
ScriptStillRunningException(long timeout, TimeUnit unit, com.google.common.util.concurrent.ListenableFuture<ExecResponse> delegate)
           
ScriptStillRunningException(String message, com.google.common.util.concurrent.ListenableFuture<ExecResponse> delegate)
           
 

Uses of ExecResponse in org.jclouds.compute.internal
 

Methods in org.jclouds.compute.internal that return ExecResponse
 ExecResponse BaseComputeService.runScriptOnNode(String id, Statement runScript)
          
 ExecResponse BaseComputeService.runScriptOnNode(String id, Statement runScript, RunScriptOptions options)
          Run the script on a specific node
 ExecResponse BaseComputeService.runScriptOnNode(String id, String runScript)
          
 ExecResponse BaseComputeService.runScriptOnNode(String id, String runScript, RunScriptOptions options)
          
 

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)
           
 com.google.common.util.concurrent.ListenableFuture<ExecResponse> BaseComputeService.submitScriptOnNode(String id, Statement runScript, RunScriptOptions options)
          Run the script on a specific node in the background, typically as nohup
 

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)
           
 

Uses of ExecResponse in org.jclouds.ssh.jsch
 

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

Uses of ExecResponse in org.jclouds.sshj
 

Methods in org.jclouds.sshj that return ExecResponse
 ExecResponse SshjSshClient.exec(String command)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.