org.jclouds.rest.config
Class AsyncClientProvider<A>

java.lang.Object
  extended by org.jclouds.rest.config.AsyncClientProvider<A>
All Implemented Interfaces:
javax.inject.Provider<A>

@Singleton
public class AsyncClientProvider<A>
extends Object
implements com.google.inject.Provider<A>

Author:
Adrian Cole

Method Summary
 A get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

@Singleton
public A get()
Specified by:
get in interface javax.inject.Provider<A>


Copyright © 2009-2011 jclouds. All Rights Reserved.