org.jclouds.atmos.fallbacks
Class EndpointIfAlreadyExists

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

public class EndpointIfAlreadyExists
extends Object
implements org.jclouds.Fallback<URI>, org.jclouds.rest.InvocationContext<EndpointIfAlreadyExists>


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

Constructor Detail

EndpointIfAlreadyExists

public EndpointIfAlreadyExists()
Method Detail

create

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

createOrPropagate

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

setContext

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


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