org.jclouds.joyent.cloudapi.v6_5.compute.predicates
Class AllNodesInGroupTerminated

java.lang.Object
  extended by org.jclouds.joyent.cloudapi.v6_5.compute.predicates.AllNodesInGroupTerminated
All Implemented Interfaces:
com.google.common.base.Predicate<DatacenterAndName>

public class AllNodesInGroupTerminated
extends Object
implements com.google.common.base.Predicate<DatacenterAndName>

Author:
Adrian Cole

Constructor Summary
AllNodesInGroupTerminated(org.jclouds.compute.ComputeService computeService)
           
 
Method Summary
 boolean apply(DatacenterAndName input)
           
 
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
 

Constructor Detail

AllNodesInGroupTerminated

@Inject
public AllNodesInGroupTerminated(org.jclouds.compute.ComputeService computeService)
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.