org.jclouds.rest.internal
Class InvokeAndCallGetOnFutures<R>

java.lang.Object
  extended by org.jclouds.rest.internal.InvokeAndCallGetOnFutures<R>
All Implemented Interfaces:
com.google.common.base.Function<Invocation,Object>

public final class InvokeAndCallGetOnFutures<R>
extends Object
implements com.google.common.base.Function<Invocation,Object>

Author:
Adrian Cole

Method Summary
 Object apply(Invocation in)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Method Detail

apply

public Object apply(Invocation in)
Specified by:
apply in interface com.google.common.base.Function<Invocation,Object>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2013 jclouds. All Rights Reserved.