org.jclouds.compute.predicates
Class AtomicNodeRunning

java.lang.Object
  extended by org.jclouds.compute.predicates.RefreshAndDoubleCheckOnFailUnlessStateInvalid
      extended by org.jclouds.compute.predicates.AtomicNodeRunning
All Implemented Interfaces:
com.google.common.base.Predicate<AtomicReference<NodeMetadata>>

@Singleton
public class AtomicNodeRunning
extends RefreshAndDoubleCheckOnFailUnlessStateInvalid

Tests to see if a node is running.

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.compute.predicates.RefreshAndDoubleCheckOnFailUnlessStateInvalid
logger
 
Constructor Summary
AtomicNodeRunning(GetNodeMetadataStrategy client)
           
 
Method Summary
 
Methods inherited from class org.jclouds.compute.predicates.RefreshAndDoubleCheckOnFailUnlessStateInvalid
apply, checkState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

AtomicNodeRunning

@Inject
public AtomicNodeRunning(GetNodeMetadataStrategy client)


Copyright © 2009-2012 jclouds. All Rights Reserved.