org.jclouds.compute.strategy
Class InitializeRunScriptOnNodeOrPlaceInBadMap

java.lang.Object
  extended by org.jclouds.compute.strategy.InitializeRunScriptOnNodeOrPlaceInBadMap
All Implemented Interfaces:
Callable<RunScriptOnNode>

public class InitializeRunScriptOnNodeOrPlaceInBadMap
extends Object
implements Callable<RunScriptOnNode>

Author:
Adrian Cole

Nested Class Summary
static interface InitializeRunScriptOnNodeOrPlaceInBadMap.Factory
           
 
Method Summary
 RunScriptOnNode call()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

call

public RunScriptOnNode call()
                     throws Exception
Specified by:
call in interface Callable<RunScriptOnNode>
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.