Uses of Class
de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
-
-
Uses of LoggingScheduledThreadPoolExecutor in de.aristaflow.adept2.core.client
Fields in de.aristaflow.adept2.core.client declared as LoggingScheduledThreadPoolExecutor Modifier and Type Field Description protected LoggingScheduledThreadPoolExecutor
ClientServiceSharedServices. scheduledExecutorService
The scheduled executor service that is used for new threads scheduled by client components.Methods in de.aristaflow.adept2.core.client that return LoggingScheduledThreadPoolExecutor Modifier and Type Method Description LoggingScheduledThreadPoolExecutor
ClientService. getScheduledExecutorService()
Gets aScheduledExecutorService
for scheduling long lasting tasks asynchronously.LoggingScheduledThreadPoolExecutor
ClientServiceSharedServices. getScheduledExecutorService()
Cf.LoggingScheduledThreadPoolExecutor
MultiplexingClientService. getScheduledExecutorService()
Gets aScheduledExecutorService
for scheduling long lasting tasks asynchronously. -
Uses of LoggingScheduledThreadPoolExecutor in de.aristaflow.adept2.core.eventmanager.common
Fields in de.aristaflow.adept2.core.eventmanager.common declared as LoggingScheduledThreadPoolExecutor Modifier and Type Field Description protected LoggingScheduledThreadPoolExecutor
AbstractEventManager. pollService
The service that executes the pollers that cause the events.Methods in de.aristaflow.adept2.core.eventmanager.common that return LoggingScheduledThreadPoolExecutor Modifier and Type Method Description protected LoggingScheduledThreadPoolExecutor
AbstractEventManager. getScheduledExecutorService()
Deprecated.UseOneWorkWorklistHandler
which does not require this method. -
Uses of LoggingScheduledThreadPoolExecutor in de.aristaflow.adept2.util.threading
Fields in de.aristaflow.adept2.util.threading declared as LoggingScheduledThreadPoolExecutor Modifier and Type Field Description protected LoggingScheduledThreadPoolExecutor
Delayer. executor
The executor service for cleaning up after a specified time.Methods in de.aristaflow.adept2.util.threading that return LoggingScheduledThreadPoolExecutor Modifier and Type Method Description static LoggingScheduledThreadPoolExecutor
ExecutorTools. createScheduledExecutor(int poolSize, Adept2ThreadFactory factory, boolean continueRegularAfterException)
Creates a new scheduled executor service with the designated minimal pool size using the designated factory for creating threads.static LoggingScheduledThreadPoolExecutor
ExecutorTools. createScheduledExecutor(int poolSize, String name, Logger logger, boolean continueRegularAfterException)
Creates a new scheduled executor service with the designated minimal pool size using the designated name and logger to create aThreadFactory
for creating threads. -
Uses of LoggingScheduledThreadPoolExecutor in de.aristaflow.ilm.model.common.collection
Fields in de.aristaflow.ilm.model.common.collection declared as LoggingScheduledThreadPoolExecutor Modifier and Type Field Description protected LoggingScheduledThreadPoolExecutor
AbstractIteratorHandler. removerService
The scheduler service which closes and removes all registered iterators after their alive time has elapsed from this handler.
-