org.jclouds.ec2.compute.predicates
Class SecurityGroupPresent

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

@Singleton
public class SecurityGroupPresent
extends Object
implements com.google.common.base.Predicate<RegionAndName>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
SecurityGroupPresent(EC2Client client)
           
 
Method Summary
 boolean apply(RegionAndName securityGroup)
           
protected  SecurityGroup refresh(RegionAndName securityGroup)
           
 
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

SecurityGroupPresent

@Inject
public SecurityGroupPresent(EC2Client client)
Method Detail

apply

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

refresh

protected SecurityGroup refresh(RegionAndName securityGroup)


Copyright © 2009-2011 jclouds. All Rights Reserved.