org.jclouds.aws.ec2.predicates
Class PlacementGroupDeleted

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

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

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
PlacementGroupDeleted(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

PlacementGroupDeleted

@Inject
public PlacementGroupDeleted(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.