| Interface | Description |
|---|---|
| Task |
Define a Task.
|
| TaskExecutor |
Abstraction for parameterised execution of Task.
|
| TaskView |
Provide a view on the progress of a Task.
|
| Class | Description |
|---|---|
| BasicTask | |
| JobTaskView |
A
TaskView that is based on a job that is performing the task. |
| TaskExecutionService | |
| TaskRequest | |
| TaskStateChanger |
Fire appropriate Task states.
|
| Enum | Description |
|---|---|
| TaskState |
Encapsulate the allowed states for a
Task. |
| Exception | Description |
|---|---|
| TaskException |
An exception to be used by Tasks.
|