org.jclouds.atmos.functions
Class ReturnEndpointIfAlreadyExists

java.lang.Object
  extended by org.jclouds.atmos.functions.ReturnEndpointIfAlreadyExists
All Implemented Interfaces:
com.google.common.base.Function<Exception,URI>, InvocationContext<ReturnEndpointIfAlreadyExists>

public class ReturnEndpointIfAlreadyExists
extends Object
implements com.google.common.base.Function<Exception,URI>, InvocationContext<ReturnEndpointIfAlreadyExists>

Author:
Adrian Cole

Constructor Summary
ReturnEndpointIfAlreadyExists()
           
 
Method Summary
 URI apply(Exception from)
           
 ReturnEndpointIfAlreadyExists setContext(HttpRequest request)
           
 
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.Function
equals
 

Constructor Detail

ReturnEndpointIfAlreadyExists

public ReturnEndpointIfAlreadyExists()
Method Detail

apply

public URI apply(Exception from)
Specified by:
apply in interface com.google.common.base.Function<Exception,URI>

setContext

public ReturnEndpointIfAlreadyExists setContext(HttpRequest request)
Specified by:
setContext in interface InvocationContext<ReturnEndpointIfAlreadyExists>


Copyright © 2009-2012 jclouds. All Rights Reserved.