|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskExecutionService
Provides a service that can execute tasks.
Method Summary | ||
---|---|---|
|
execute(Task<RESULT_TYPE> aTask)
Executes the given task. |
Method Detail |
---|
<RESULT_TYPE> Future<RESULT_TYPE> execute(Task<RESULT_TYPE> aTask)
aTask
- the task to execute, cannot be null
.
Future
that can be used to track the result of the task,
can not be null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |