Uses of Interface
org.glassfish.jersey.spi.ExecutorServiceProvider
-
Packages that use ExecutorServiceProvider Package Description org.glassfish.jersey.process.internal Common Jersey internal processing classes.org.glassfish.jersey.spi 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 ExecutorServiceProvider Modifier and Type Method Description protected voidAbstractExecutorProvidersConfigurator. registerExecutors(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, ComponentBag componentBag, ExecutorServiceProvider defaultAsyncExecutorProvider, ScheduledExecutorServiceProvider defaultScheduledExecutorProvider, ManagedObjectsFinalizer finalizer)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 ExecutorServiceProvider Modifier and Type Method Description static voidExecutorProviders. registerExecutorBindings(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, List<ExecutorServiceProvider> executorProviders, List<ScheduledExecutorServiceProvider> scheduledProviders)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.spi Modifier and Type Interface Description interfaceScheduledExecutorServiceProviderAn 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 ExecutorServiceProvider Modifier and Type Class Description classScheduledThreadPoolExecutorProviderDefault implementation of the Jerseyscheduled executor service provider SPI.classThreadPoolExecutorProviderDefault implementation of the Jerseyexecutor service provider SPI.
-