org.jclouds.aws.ec2.predicates
Class SpotInstanceRequestActive
java.lang.Object
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
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 |
logger
protected Logger logger
SpotInstanceRequestActive
@Inject
public SpotInstanceRequestActive(AWSEC2Client client)
apply
public boolean apply(SpotInstanceRequest spot)
- Specified by:
apply
in interface com.google.common.base.Predicate<SpotInstanceRequest>
Copyright © 2009-2011 jclouds. All Rights Reserved.