public class GoogleAppEngineConfigurationModule
extends com.google.inject.AbstractModule
GaeHttpCommandExecutorService
.Constructor and Description |
---|
GoogleAppEngineConfigurationModule() |
GoogleAppEngineConfigurationModule(com.google.inject.Module userExecutorModule)
Used when you are creating multiple contexts in the same app.
|
GoogleAppEngineConfigurationModule(com.google.common.base.Supplier<com.google.common.util.concurrent.ListeningExecutorService> memoizedCurrentRequestExecutorService)
Used when you are creating multiple contexts in the same app.
|
Modifier and Type | Method and Description |
---|---|
protected void |
bindHttpCommandExecutorService() |
protected void |
configure() |
protected com.google.appengine.api.urlfetch.URLFetchService |
provideURLFetchService() |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
public GoogleAppEngineConfigurationModule()
public GoogleAppEngineConfigurationModule(com.google.inject.Module userExecutorModule)
currentRequestExecutorService
- CurrentRequestExecutorServiceModule.currentRequestExecutorService()
public GoogleAppEngineConfigurationModule(com.google.common.base.Supplier<com.google.common.util.concurrent.ListeningExecutorService> memoizedCurrentRequestExecutorService)
memoizedCurrentRequestExecutorService
- CurrentRequestExecutorServiceModule.memoizedCurrentRequestExecutorService
protected void configure()
configure
in class com.google.inject.AbstractModule
protected void bindHttpCommandExecutorService()
@Provides protected com.google.appengine.api.urlfetch.URLFetchService provideURLFetchService()
Copyright © 2009-2013 jclouds. All Rights Reserved.