Package io.joynr.jeeintegration
Class JeeJoynrIntegrationModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- io.joynr.jeeintegration.JeeJoynrIntegrationModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class JeeJoynrIntegrationModule extends com.google.inject.AbstractModuleGuice module for the JEE integration of joynr which is used to override certain bindings to provide JEE resources where available (e.g. a managed execution service rather than the J2SE version).
-
-
Constructor Summary
Constructors Constructor Description JeeJoynrIntegrationModule(ScheduledExecutorService scheduledExecutorService)Constructor which is passed in the JEE resources which are to be exposed to the Guice injector in which this module is installed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Constructor Detail
-
JeeJoynrIntegrationModule
public JeeJoynrIntegrationModule(ScheduledExecutorService scheduledExecutorService)
Constructor which is passed in the JEE resources which are to be exposed to the Guice injector in which this module is installed.- Parameters:
scheduledExecutorService- a scheduled executor service which is managed by the JEE runtime.
-
-