org.jclouds.cloudstack.predicates
Class VirtualMachineExpunged

java.lang.Object
  extended by org.jclouds.cloudstack.predicates.VirtualMachineExpunged
All Implemented Interfaces:
com.google.common.base.Predicate<VirtualMachine>

@Singleton
public class VirtualMachineExpunged
extends Object
implements com.google.common.base.Predicate<VirtualMachine>

Tests to see if a virtualMachine is expunged from the system


Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Constructor Summary
VirtualMachineExpunged(CloudStackApi client)
           
 
Method Summary
 boolean apply(VirtualMachine virtualMachine)
           
 
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 org.jclouds.logging.Logger logger
Constructor Detail

VirtualMachineExpunged

@Inject
public VirtualMachineExpunged(CloudStackApi client)
Method Detail

apply

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


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.