org.jclouds.aws.ec2.compute.predicates
Class AWSEC2InstancePresent

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

@Singleton
public class AWSEC2InstancePresent
extends InstancePresent

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.ec2.compute.predicates.InstancePresent
logger
 
Constructor Summary
AWSEC2InstancePresent(AWSEC2Client client)
           
 
Method Summary
protected  void refresh(RegionAndName instance)
           
 
Methods inherited from class org.jclouds.ec2.compute.predicates.InstancePresent
apply
 
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
 

Constructor Detail

AWSEC2InstancePresent

@Inject
public AWSEC2InstancePresent(AWSEC2Client client)
Method Detail

refresh

protected void refresh(RegionAndName instance)
Overrides:
refresh in class InstancePresent


Copyright © 2009-2011 jclouds. All Rights Reserved.