org.jclouds.aws.ec2.predicates
Class PlacementGroupAvailable

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

@Singleton
public class PlacementGroupAvailable
extends Object
implements com.google.common.base.Predicate<PlacementGroup>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
PlacementGroupAvailable(AWSEC2Client client)
           
 
Method Summary
 boolean apply(PlacementGroup group)
           
 
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

PlacementGroupAvailable

@Inject
public PlacementGroupAvailable(AWSEC2Client client)
Method Detail

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.