Uses of Interface
org.glassfish.jersey.spi.ScheduledExecutorServiceProvider
-
Packages that use ScheduledExecutorServiceProvider Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.process.internal Common Jersey internal processing classes.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. -
-
Uses of ScheduledExecutorServiceProvider in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement ScheduledExecutorServiceProvider Modifier and Type Class Description static classClientExecutorProvidersConfigurator.ClientScheduledExecutorServiceProvider(package private) classDefaultClientBackgroundSchedulerProviderDefaultScheduledExecutorServiceProviderused on the client side for providing the scheduled executor service that runs background tasks. -
Uses of ScheduledExecutorServiceProvider in org.glassfish.jersey.process.internal
Fields in org.glassfish.jersey.process.internal declared as ScheduledExecutorServiceProvider Modifier and Type Field Description private ScheduledExecutorServiceProviderExecutorProviders.ScheduledExecutorServiceSupplier. executorProviderFields in org.glassfish.jersey.process.internal with type parameters of type ScheduledExecutorServiceProvider Modifier and Type Field Description private static java.util.function.Function<java.lang.Object,ScheduledExecutorServiceProvider>AbstractExecutorProvidersConfigurator. CAST_TO_SCHEDULED_EXECUTOR_PROVIDERMethods in org.glassfish.jersey.process.internal with parameters of type ScheduledExecutorServiceProvider Modifier and Type Method Description private static voidExecutorProviders. logScheduledExecutorProvider(java.lang.Class<? extends java.lang.annotation.Annotation> qualifierAnnotationClass, java.util.Iterator<ScheduledExecutorServiceProvider> bucketProviderIterator, ScheduledExecutorServiceProvider executorProvider)protected voidAbstractExecutorProvidersConfigurator. registerExecutors(InjectionManager injectionManager, ComponentBag componentBag, ExecutorServiceProvider defaultAsyncExecutorProvider, ScheduledExecutorServiceProvider defaultScheduledExecutorProvider)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 ScheduledExecutorServiceProvider Modifier and Type Method Description private static voidExecutorProviders. logScheduledExecutorProvider(java.lang.Class<? extends java.lang.annotation.Annotation> qualifierAnnotationClass, java.util.Iterator<ScheduledExecutorServiceProvider> bucketProviderIterator, ScheduledExecutorServiceProvider executorProvider)Constructors in org.glassfish.jersey.process.internal with parameters of type ScheduledExecutorServiceProvider Constructor Description ScheduledExecutorServiceSupplier(ScheduledExecutorServiceProvider executorServiceProvider) -
Uses of ScheduledExecutorServiceProvider in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement ScheduledExecutorServiceProvider Modifier and Type Class Description private static classServerExecutorProvidersConfigurator.DefaultBackgroundSchedulerProviderDefaultScheduledExecutorServiceProviderused on the server side for providing the scheduled executor service that runs background tasks. -
Uses of ScheduledExecutorServiceProvider in org.glassfish.jersey.spi
Classes in org.glassfish.jersey.spi that implement ScheduledExecutorServiceProvider Modifier and Type Class Description classScheduledThreadPoolExecutorProviderDefault implementation of the Jerseyscheduled executor service provider SPI.
-