org.jclouds.deltacloud.predicates
Class InstanceRunning

java.lang.Object
  extended by org.jclouds.deltacloud.predicates.InstanceState
      extended by org.jclouds.deltacloud.predicates.InstanceRunning
All Implemented Interfaces:
com.google.common.base.Predicate<Instance>

@Singleton
public class InstanceRunning
extends InstanceState

Tests to see if a instance is running

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.deltacloud.predicates.InstanceState
logger
 
Constructor Summary
InstanceRunning(DeltacloudClient client)
           
 
Method Summary
protected  Instance.State getState()
           
 
Methods inherited from class org.jclouds.deltacloud.predicates.InstanceState
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

InstanceRunning

@Inject
public InstanceRunning(DeltacloudClient client)
Method Detail

getState

protected Instance.State getState()
Specified by:
getState in class InstanceState


Copyright © 2009-2012 jclouds. All Rights Reserved.