| Interface | Description |
|---|---|
| Scheduler<T> |
A scheduler for some task.
|
| Class | Description |
|---|---|
| CachedThreadPoolExecutorService |
Service that provides an
Executor that uses a cached thread pool. |
| ComparableRunnableFuture<T,C extends Comparable<C>> | |
| ManagedExecutorService |
ExecutorService decorator whose shutdown methods are no-ops.
|
| ManagedScheduledExecutorService |
ScheduledExecutorService decorator that records recurring tasks and cancels them on shutdown.
|
| RemoveOnCancelScheduledExecutorService |
Service that provides a
ScheduledThreadPoolExecutor that removes tasks from the task queue upon cancellation. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.