org.jclouds.s3.fallbacks
Class FalseIfBucketAlreadyOwnedByYouOrOperationAbortedWhenBucketExists

java.lang.Object
  extended by org.jclouds.s3.fallbacks.FalseIfBucketAlreadyOwnedByYouOrOperationAbortedWhenBucketExists
All Implemented Interfaces:
com.google.common.util.concurrent.FutureFallback<Boolean>, org.jclouds.Fallback<Boolean>, org.jclouds.rest.InvocationContext<FalseIfBucketAlreadyOwnedByYouOrOperationAbortedWhenBucketExists>

public class FalseIfBucketAlreadyOwnedByYouOrOperationAbortedWhenBucketExists
extends Object
implements org.jclouds.Fallback<Boolean>, org.jclouds.rest.InvocationContext<FalseIfBucketAlreadyOwnedByYouOrOperationAbortedWhenBucketExists>


Method Summary
 com.google.common.util.concurrent.ListenableFuture<Boolean> create(Throwable t)
           
 Boolean createOrPropagate(Throwable t)
           
 FalseIfBucketAlreadyOwnedByYouOrOperationAbortedWhenBucketExists setContext(org.jclouds.http.HttpRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

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

createOrPropagate

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

setContext

public FalseIfBucketAlreadyOwnedByYouOrOperationAbortedWhenBucketExists setContext(@Nullable
                                                                                   org.jclouds.http.HttpRequest request)
Specified by:
setContext in interface org.jclouds.rest.InvocationContext<FalseIfBucketAlreadyOwnedByYouOrOperationAbortedWhenBucketExists>


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