org.jclouds.gae.config
Class AsyncGoogleAppEngineConfigurationModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.concurrent.config.ExecutorServiceModule
          extended by org.jclouds.gae.config.GoogleAppEngineConfigurationModule
              extended by org.jclouds.gae.config.AsyncGoogleAppEngineConfigurationModule
All Implemented Interfaces:
com.google.inject.Module

public class AsyncGoogleAppEngineConfigurationModule
extends GoogleAppEngineConfigurationModule

Configures AsyncGaeHttpCommandExecutorService.

Author:
Adrian Cole

Constructor Summary
AsyncGoogleAppEngineConfigurationModule()
           
 
Method Summary
protected  HttpCommandExecutorService providerHttpCommandExecutorService(com.google.inject.Injector injector)
           
 
Methods inherited from class org.jclouds.gae.config.GoogleAppEngineConfigurationModule
configure
 
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

AsyncGoogleAppEngineConfigurationModule

public AsyncGoogleAppEngineConfigurationModule()
Method Detail

providerHttpCommandExecutorService

protected HttpCommandExecutorService providerHttpCommandExecutorService(com.google.inject.Injector injector)
Overrides:
providerHttpCommandExecutorService in class GoogleAppEngineConfigurationModule


Copyright © 2009-2012 jclouds. All Rights Reserved.