|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParallelTask
A ParallelTask instance is meant to be run once by the ParallelRunner in a multithreaded context.
| Method Summary | |
|---|---|
ParallelResult |
call()
|
ParallelResult |
getResult()
Asynchronous getter for the results. |
String |
getTaskInfo()
Returns human-readable info on the status of the task. |
String |
getTaskLabel()
Returns a label identifying the task "class". |
| Method Detail |
|---|
String getTaskLabel()
String getTaskInfo()
ParallelResult call()
call in interface Callable<ParallelResult>ParallelResult getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||