org.jclouds.ec2
Class EC2Fallbacks.VoidOnVolumeAvailable

java.lang.Object
  extended by org.jclouds.ec2.EC2Fallbacks.VoidOnVolumeAvailable
All Implemented Interfaces:
com.google.common.util.concurrent.FutureFallback<Void>, org.jclouds.Fallback<Void>
Enclosing class:
EC2Fallbacks

public static final class EC2Fallbacks.VoidOnVolumeAvailable
extends Object
implements org.jclouds.Fallback<Void>


Constructor Summary
EC2Fallbacks.VoidOnVolumeAvailable()
           
 
Method Summary
 com.google.common.util.concurrent.ListenableFuture<Void> create(Throwable t)
           
 Void createOrPropagate(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EC2Fallbacks.VoidOnVolumeAvailable

public EC2Fallbacks.VoidOnVolumeAvailable()
Method Detail

create

public com.google.common.util.concurrent.ListenableFuture<Void> create(Throwable t)
                                                                throws Exception
Specified by:
create in interface com.google.common.util.concurrent.FutureFallback<Void>
Throws:
Exception

createOrPropagate

public Void createOrPropagate(Throwable t)
                       throws Exception
Specified by:
createOrPropagate in interface org.jclouds.Fallback<Void>
Throws:
Exception


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