org.jclouds.openstack.swift
Class SwiftFallbacks.TrueOn404FalseOn409

java.lang.Object
  extended by org.jclouds.openstack.swift.SwiftFallbacks.TrueOn404FalseOn409
All Implemented Interfaces:
com.google.common.util.concurrent.FutureFallback<Boolean>, org.jclouds.Fallback<Boolean>
Enclosing class:
SwiftFallbacks

public static final class SwiftFallbacks.TrueOn404FalseOn409
extends Object
implements org.jclouds.Fallback<Boolean>


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

Constructor Detail

SwiftFallbacks.TrueOn404FalseOn409

public SwiftFallbacks.TrueOn404FalseOn409()
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


Copyright © 2009-2013 jclouds. All Rights Reserved.