org.jclouds.blobstore.config
Class TransientBlobStoreModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.rest.config.RestClientModule<org.jclouds.blobstore.config.TransientBlobStore,AsyncBlobStore>
          extended by org.jclouds.blobstore.config.TransientBlobStoreModule
All Implemented Interfaces:
com.google.inject.Module

public class TransientBlobStoreModule
extends RestClientModule<org.jclouds.blobstore.config.TransientBlobStore,AsyncBlobStore>

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.rest.config.RestClientModule
asyncClientType, authException, delegates, syncClientType, URI_SUPPLIER_TYPE
 
Constructor Summary
TransientBlobStoreModule()
           
 
Method Summary
protected  void bindAsyncClient()
           
 
Methods inherited from class org.jclouds.rest.config.RestClientModule
bindClient, bindErrorHandlers, bindRetryHandlers, configure, installLocations
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientBlobStoreModule

public TransientBlobStoreModule()
Method Detail

bindAsyncClient

protected void bindAsyncClient()
Overrides:
bindAsyncClient in class RestClientModule<org.jclouds.blobstore.config.TransientBlobStore,AsyncBlobStore>


Copyright © 2009-2012 jclouds. All Rights Reserved.