Class ServerExecutorProvidersConfigurator

java.lang.Object
org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
org.glassfish.jersey.server.ServerExecutorProvidersConfigurator
All Implemented Interfaces:
BootstrapConfigurator

class ServerExecutorProvidersConfigurator extends AbstractExecutorProvidersConfigurator
Configurator which initializes and register ExecutorServiceProvider and ScheduledExecutorServiceProvider.
  • Constructor Details

    • ServerExecutorProvidersConfigurator

      ServerExecutorProvidersConfigurator()
  • Method Details

    • init

      public void init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
      Description copied from interface: BootstrapConfigurator
      Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
      Parameters:
      injectionManager - not completed injection manager.
      bootstrapBag - bootstrap bag with services used in following processing.