org.jclouds.gae.config
Class GoogleAppEngineConfigurationModule

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

public class GoogleAppEngineConfigurationModule
extends ExecutorServiceModule

Configures GaeHttpCommandExecutorService.

Author:
Adrian Cole

Constructor Summary
GoogleAppEngineConfigurationModule()
           
 
Method Summary
protected  void configure()
           
protected  HttpCommandExecutorService providerHttpCommandExecutorService(com.google.inject.Injector injector)
           
 
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

GoogleAppEngineConfigurationModule

public GoogleAppEngineConfigurationModule()
Method Detail

configure

protected void configure()
Overrides:
configure in class ExecutorServiceModule

providerHttpCommandExecutorService

@Singleton
@Provides
protected HttpCommandExecutorService providerHttpCommandExecutorService(com.google.inject.Injector injector)


Copyright © 2009-2012 jclouds. All Rights Reserved.