org.jclouds.gogrid.predicates
Class LoadBalancerLatestJobCompleted

java.lang.Object
  extended by org.jclouds.gogrid.predicates.LoadBalancerLatestJobCompleted
All Implemented Interfaces:
com.google.common.base.Predicate<LoadBalancer>

@Singleton
public class LoadBalancerLatestJobCompleted
extends Object
implements com.google.common.base.Predicate<LoadBalancer>

Author:
Oleksiy Yarmula

Field Summary
protected  GridJobClient jobClient
           
protected  Logger logger
           
 
Constructor Summary
LoadBalancerLatestJobCompleted(GridJobClient jobClient)
           
 
Method Summary
 boolean apply(LoadBalancer loadBalancer)
           
 
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

jobClient

protected GridJobClient jobClient

logger

protected Logger logger
Constructor Detail

LoadBalancerLatestJobCompleted

@Inject
public LoadBalancerLatestJobCompleted(GridJobClient jobClient)
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.