org.jclouds.compute.predicates
Class ScriptStatusReturnsZero

java.lang.Object
  extended by org.jclouds.compute.predicates.ScriptStatusReturnsZero
All Implemented Interfaces:
com.google.common.base.Predicate<ScriptStatusReturnsZero.CommandUsingClient>

@Singleton
public class ScriptStatusReturnsZero
extends Object
implements com.google.common.base.Predicate<ScriptStatusReturnsZero.CommandUsingClient>

Tests to if the runscript is still running

Author:
Adrian Cole

Nested Class Summary
static class ScriptStatusReturnsZero.CommandUsingClient
           
 
Field Summary
protected  Logger logger
           
 
Constructor Summary
ScriptStatusReturnsZero()
           
 
Method Summary
 boolean apply(ScriptStatusReturnsZero.CommandUsingClient commandUsingClient)
           
 
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

ScriptStatusReturnsZero

public ScriptStatusReturnsZero()
Method Detail

apply

public boolean apply(ScriptStatusReturnsZero.CommandUsingClient commandUsingClient)
Specified by:
apply in interface com.google.common.base.Predicate<ScriptStatusReturnsZero.CommandUsingClient>


Copyright © 2009-2012 jclouds. All Rights Reserved.