|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Task<W extends Work,D extends Enum<D>,F extends Enum<F>>
Task of the Work.
| Method Summary | |
|---|---|
Object |
doTask(TaskContext<W,D,F> context)
Does the task. |
| Method Detail |
|---|
Object doTask(TaskContext<W,D,F> context)
throws Throwable
context - TaskContext for the Task.
Task. This allows stringing
Task instances together into a JobSequence.
Throwable - Indicating failure of the Task.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||