|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITask
Tasks given to the executor service must implements this interface
| Method Summary | |
|---|---|
java.lang.String |
getId()
Return the id of the task. |
void |
run()
The run method in which the task job must be defined. |
| Method Detail |
|---|
java.lang.String getId()
void run()
run in interface java.lang.RunnableTaskExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||