org.jclouds.slicehost.predicates
Class SliceActive

java.lang.Object
  extended by org.jclouds.slicehost.predicates.SliceActive
All Implemented Interfaces:
com.google.common.base.Predicate<Slice>

@Singleton
public class SliceActive
extends Object
implements com.google.common.base.Predicate<Slice>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
SliceActive(SlicehostClient client)
           
 
Method Summary
 boolean apply(Slice slice)
           
 
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

SliceActive

@Inject
public SliceActive(SlicehostClient client)
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.