org.jclouds.compute.predicates
Class NodeTerminated

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

@Singleton
public class NodeTerminated
extends Object
implements com.google.common.base.Predicate<NodeMetadata>

Tests to see if a node is deleted

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
NodeTerminated(ComputeService client)
           
 
Method Summary
 boolean apply(NodeMetadata node)
           
 
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
 

Field Detail

logger

protected Logger logger
Constructor Detail

NodeTerminated

@Inject
public NodeTerminated(ComputeService client)
Method Detail

apply

public boolean apply(NodeMetadata node)
Specified by:
apply in interface com.google.common.base.Predicate<NodeMetadata>


Copyright © 2009-2011 jclouds. All Rights Reserved.