org.jclouds.compute.strategy.impl
Class CreateNodesWithGroupEncodedIntoNameThenAddToSet.AddNode

java.lang.Object
  extended by org.jclouds.compute.strategy.impl.CreateNodesWithGroupEncodedIntoNameThenAddToSet.AddNode
All Implemented Interfaces:
Callable<AtomicReference<NodeMetadata>>
Enclosing class:
CreateNodesWithGroupEncodedIntoNameThenAddToSet

protected class CreateNodesWithGroupEncodedIntoNameThenAddToSet.AddNode
extends Object
implements Callable<AtomicReference<NodeMetadata>>


Constructor Summary
CreateNodesWithGroupEncodedIntoNameThenAddToSet.AddNode(String name, String group, Template template)
           
 
Method Summary
 AtomicReference<NodeMetadata> call()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateNodesWithGroupEncodedIntoNameThenAddToSet.AddNode

public CreateNodesWithGroupEncodedIntoNameThenAddToSet.AddNode(String name,
                                                               String group,
                                                               Template template)
Method Detail

call

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.