org.jclouds.deltacloud.predicates
Class InstanceFinished
java.lang.Object
org.jclouds.deltacloud.predicates.InstanceState
org.jclouds.deltacloud.predicates.InstanceFinished
- All Implemented Interfaces:
- com.google.common.base.Predicate<Instance>
@Singleton
public class InstanceFinished
- extends InstanceState
Tests to see if a instance is terminated
- 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 |
InstanceFinished
@Inject
public InstanceFinished(DeltacloudClient client)
getState
protected Instance.State getState()
- Specified by:
getState
in class InstanceState
Copyright © 2009-2011 jclouds. All Rights Reserved.