Uses of Interface
org.glassfish.jersey.spi.ExecutorServiceProvider
Packages that use ExecutorServiceProvider
Package
Description
Common Jersey internal processing classes.
Common Jersey service provider contract (SPI) classes.
-
Uses of ExecutorServiceProvider in org.glassfish.jersey.process.internal
Methods in org.glassfish.jersey.process.internal with parameters of type ExecutorServiceProviderModifier and TypeMethodDescriptionprotected voidAbstractExecutorProvidersConfigurator.registerExecutors(InjectionManager injectionManager, ComponentBag componentBag, ExecutorServiceProvider defaultAsyncExecutorProvider, ScheduledExecutorServiceProvider defaultScheduledExecutorProvider, ManagedObjectsFinalizer finalizer, RuntimeType runtimeType) Retrieves registeredExecutorServiceProviderandScheduledExecutorServiceProviderby an application and adds the default implementations of those interfaces to binds them intoInjectionManager.Method parameters in org.glassfish.jersey.process.internal with type arguments of type ExecutorServiceProviderModifier and TypeMethodDescriptionstatic voidExecutorProviders.registerExecutorBindings(InjectionManager injectionManager, List<ExecutorServiceProvider> executorProviders, List<ScheduledExecutorServiceProvider> scheduledProviders, RuntimeType runtimeType) Create qualifiedExecutorServiceandScheduledExecutorServiceinjection bindings based on the registered providers implementing theExecutorServiceProviderand/orScheduledExecutorServiceProviderSPI. -
Uses of ExecutorServiceProvider in org.glassfish.jersey.spi
Subinterfaces of ExecutorServiceProvider in org.glassfish.jersey.spiModifier and TypeInterfaceDescriptioninterfaceAn extension contract for providing pluggable scheduled executor service providers to be used by Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a Jersey runtime processing task.Classes in org.glassfish.jersey.spi that implement ExecutorServiceProviderModifier and TypeClassDescriptionclassDefault implementation of the Jerseyscheduled executor service provider SPI.classDefault implementation of the Jerseyexecutor service provider SPI.