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 TypeMethodDescriptionvoidSimpleIndexContext.setExecutorServiceFactory(ExecutorServiceFactory<ExecutorService> executorServiceFactory) voidSimpleResourceContext.setExecutorServiceFactory(ExecutorServiceFactory<ExecutorService> executorServiceFactory) voidSimpleScheduler.setExecutorServiceFactory(ExecutorServiceFactory<ExecutorService> executorServiceFactory) voidSimpleScheduler.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 TypeMethodDescriptionvoidSimpleWatchdogService.setScheduledExecutorServiceFactory(ExecutorServiceFactory<ScheduledExecutorService> scheduledExecutorServiceFactory)