org.jclouds.compute.predicates
Class NodeRunning

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

@Singleton
public class NodeRunning
extends NodePresentAndInIntendedState

Tests to see if a node is running.

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.compute.predicates.NodePresentAndInIntendedState
logger
 
Constructor Summary
NodeRunning(ComputeService client)
           
 
Method Summary
 
Methods inherited from class org.jclouds.compute.predicates.NodePresentAndInIntendedState
apply
 
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

NodeRunning

@Inject
public NodeRunning(ComputeService client)


Copyright © 2009-2011 jclouds. All Rights Reserved.