org.jclouds.deltacloud.predicates
Class InstanceRunning
java.lang.Object
org.jclouds.deltacloud.predicates.InstanceState
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
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 |
InstanceRunning
@Inject
public InstanceRunning(DeltacloudClient client)
getState
protected Instance.State getState()
- Specified by:
getState
in class InstanceState
Copyright © 2009-2011 jclouds. All Rights Reserved.