org.jclouds.aws.ec2.predicates
Class SpotInstanceRequestActive

java.lang.Object
  extended by org.jclouds.aws.ec2.predicates.SpotInstanceRequestActive
All Implemented Interfaces:
com.google.common.base.Predicate<SpotInstanceRequest>

@Singleton
public class SpotInstanceRequestActive
extends Object
implements com.google.common.base.Predicate<SpotInstanceRequest>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
SpotInstanceRequestActive(AWSEC2Client client)
           
 
Method Summary
 boolean apply(SpotInstanceRequest spot)
           
 
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

SpotInstanceRequestActive

@Inject
public SpotInstanceRequestActive(AWSEC2Client client)
Method Detail

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.