org.jclouds.rimuhosting.miro.predicates
Class ServerRunning

java.lang.Object
  extended by 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

Field Summary
protected  Logger logger
           
 
Constructor Summary
ServerRunning(RimuHostingClient client)
           
 
Method Summary
 boolean apply(Server server)
           
 
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
 

Field Detail

logger

protected Logger logger
Constructor Detail

ServerRunning

@Inject
public ServerRunning(RimuHostingClient client)
Method Detail

apply

public boolean apply(Server server)
Specified by:
apply in interface com.google.common.base.Predicate<Server>


Copyright © 2009-2012 jclouds. All Rights Reserved.