|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description

| Interface Summary | |
|---|---|
| ExecutorManager | A interface providing task execution abstraction. |
| Class Summary | |
|---|---|
| BaseExecutorManager | Abstracts all common tasks for ExecutorManager. |
| BaseUtilConcurrentExecutorManager | Abstracts all common tasks for ExecutorManager based on ExecutorService. |
| EmptyExecutorManager | A implementation of ExecutorManager that do nothing. |
| PooledExecutorManager | An implementation of ExecutorManager that runs tasks asynchronously, so the caller do not
get blocked until task completion. |
| QueuedExecutorManager | An implementation of ExecutorManager that runs tasks asynchronously, so the caller do not
get blocked until task completion. |
| SynchronousExecutorManager | An implementation of ExecutorManager that executes tasks synchronously in the same
caller's thread. |
Provides execution related capabilities like execution monitoring and notification.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||