Uses of Interface
dev.getelements.elements.rt.remote.provider.ExecutorServiceFactory
Packages that use ExecutorServiceFactory
Package
Description
-
Uses of ExecutorServiceFactory in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that return ExecutorServiceFactoryModifier and TypeMethodDescriptionSimpleIndexContext.getExecutorServiceFactory()
SimpleResourceContext.getExecutorServiceFactory()
SimpleScheduler.getExecutorServiceFactory()
SimpleScheduler.getScheduledExecutorServiceFactory()
Methods in dev.getelements.elements.rt with parameters of type ExecutorServiceFactoryModifier and TypeMethodDescriptionvoid
SimpleIndexContext.setExecutorServiceFactory
(ExecutorServiceFactory<ExecutorService> executorServiceFactory) void
SimpleResourceContext.setExecutorServiceFactory
(ExecutorServiceFactory<ExecutorService> executorServiceFactory) void
SimpleScheduler.setExecutorServiceFactory
(ExecutorServiceFactory<ExecutorService> executorServiceFactory) void
SimpleScheduler.setScheduledExecutorServiceFactory
(ExecutorServiceFactory<ScheduledExecutorService> scheduledExecutorServiceFactory) -
Uses of ExecutorServiceFactory in dev.getelements.elements.rt.remote.provider
Methods in dev.getelements.elements.rt.remote.provider that return ExecutorServiceFactory -
Uses of ExecutorServiceFactory in dev.getelements.elements.rt.remote.watchdog
Methods in dev.getelements.elements.rt.remote.watchdog that return ExecutorServiceFactoryMethods in dev.getelements.elements.rt.remote.watchdog with parameters of type ExecutorServiceFactoryModifier and TypeMethodDescriptionvoid
SimpleWatchdogService.setScheduledExecutorServiceFactory
(ExecutorServiceFactory<ScheduledExecutorService> scheduledExecutorServiceFactory)