|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractCompoundTask | An AbstractCompoundTask will run multiple component Tasks. |
IfTask | Conditional execution of a single child task. |
OptionalTask | Optional execution of contained task. |
ParallelTask | This will run all child Tasks in separate Threads. |
PollTask | Poll the single child task until it finishes successfully or a time limit is reached. |
SerialTask | SerialTask will run all child Tasks in series. |
SpawnTask | A Task to spawn a Thread in which to process the single child Task. |
TaskRunner | Simple class to help manage multi-threaded tasks. |
This package provides the glue Tasks to wrap around work Tasks.
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |