| Modifier and Type | Field and Description |
|---|---|
protected LoggingScheduledThreadPoolExecutor |
ClientServiceSharedServices.scheduledExecutorService
The scheduled executor service that is used for new threads scheduled by
client components.
|
| Modifier and Type | Method and Description |
|---|---|
LoggingScheduledThreadPoolExecutor |
ClientService.getScheduledExecutorService()
Gets a
ScheduledExecutorService for scheduling long lasting
tasks asynchronously. |
LoggingScheduledThreadPoolExecutor |
ClientServiceSharedServices.getScheduledExecutorService()
Cf.
|
LoggingScheduledThreadPoolExecutor |
MultiplexingClientService.getScheduledExecutorService()
Gets a
ScheduledExecutorService for scheduling long lasting
tasks asynchronously. |
| Modifier and Type | Field and Description |
|---|---|
protected LoggingScheduledThreadPoolExecutor |
AbstractEventManager.pollService
The service that executes the pollers that cause the events.
|
| Modifier and Type | Method and Description |
|---|---|
protected LoggingScheduledThreadPoolExecutor |
AbstractEventManager.getScheduledExecutorService()
Gets the scheduled executor service for usage by worklist handler and event
source management.
|
| Modifier and Type | Field and Description |
|---|---|
protected LoggingScheduledThreadPoolExecutor |
AbstractSyncService.executorService
This executor service will be used to schedule the synchronisation.
|
| Modifier and Type | Field and Description |
|---|---|
protected LoggingScheduledThreadPoolExecutor |
Delayer.executor
The executor service for cleaning up after a specified time.
|
| Modifier and Type | Method and 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,
java.lang.String name,
java.util.logging.Logger logger,
boolean continueRegularAfterException)
Creates a new scheduled executor service with the designated minimal pool size using the
designated name and logger to create a
ThreadFactory for creating threads. |