org.jclouds.compute
Class RunScriptOnNodesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jclouds.compute.RunScriptOnNodesException
All Implemented Interfaces:
Serializable

public class RunScriptOnNodesException
extends Exception

Author:
Adrian Cole
See Also:
Serialized Form

Constructor Summary
RunScriptOnNodesException(Statement runScript, RunScriptOptions options, Map<NodeMetadata,ExecResponse> successfulNodes, Map<?,Exception> executionExceptions, Map<? extends NodeMetadata,? extends Throwable> failedNodes)
           
 
Method Summary
 Map<?,? extends Throwable> getExecutionErrors()
           
 Map<? extends NodeMetadata,? extends Throwable> getNodeErrors()
           
 RunScriptOptions getOptions()
           
 Statement getRunScript()
           
 Map<NodeMetadata,ExecResponse> getSuccessfulNodes()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunScriptOnNodesException

public RunScriptOnNodesException(Statement runScript,
                                 @Nullable
                                 RunScriptOptions options,
                                 Map<NodeMetadata,ExecResponse> successfulNodes,
                                 Map<?,Exception> executionExceptions,
                                 Map<? extends NodeMetadata,? extends Throwable> failedNodes)
Method Detail

getSuccessfulNodes

public Map<NodeMetadata,ExecResponse> getSuccessfulNodes()
Returns:
Nodes that performed ssh without error

getExecutionErrors

public Map<?,? extends Throwable> getExecutionErrors()
Returns:
Nodes that performed startup without error, but incurred problems applying options

getNodeErrors

public Map<? extends NodeMetadata,? extends Throwable> getNodeErrors()
Returns:
Nodes that performed startup without error, but incurred problems applying options

getRunScript

public Statement getRunScript()

getOptions

public RunScriptOptions getOptions()


Copyright © 2009-2012 jclouds. All Rights Reserved.