org.jclouds.ec2.compute.predicates
Class InstancePresent

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

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

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
InstancePresent(EC2Client client)
           
 
Method Summary
 boolean apply(RegionAndName instance)
           
protected  void refresh(RegionAndName instance)
           
 
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

InstancePresent

@Inject
public InstancePresent(EC2Client client)
Method Detail

apply

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

refresh

protected void refresh(RegionAndName instance)


Copyright © 2009-2011 jclouds. All Rights Reserved.