org.jclouds.rimuhosting.miro.predicates
Class ServerRunning
java.lang.Object
org.jclouds.rimuhosting.miro.predicates.ServerRunning
- All Implemented Interfaces:
- com.google.common.base.Predicate<Server>
@Singleton
public class ServerRunning
- extends Object
- implements com.google.common.base.Predicate<Server>
Tests to see if a task succeeds.
- 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
ServerRunning
@Inject
public ServerRunning(RimuHostingClient client)
apply
public boolean apply(Server server)
- Specified by:
apply
in interface com.google.common.base.Predicate<Server>
Copyright © 2009-2011 jclouds. All Rights Reserved.