org.jclouds.ec2.compute.predicates
Class InstancePresent
java.lang.Object
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
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 |
logger
protected Logger logger
InstancePresent
@Inject
public InstancePresent(EC2Client client)
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.