Class JeeJoynrIntegrationModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public class JeeJoynrIntegrationModule
    extends com.google.inject.AbstractModule
    Guice 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 void configure()  
      • 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.
    • Method Detail

      • configure

        protected void configure()
        Overrides:
        configure in class com.google.inject.AbstractModule