|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class is the public frontend for the thread pool code.
Method Summary | |
ThreadControl |
execute(Executable work)
Run work in separate thread. |
ThreadControl |
execute(Runnable work)
Run work in separate thread. |
Method Detail |
public ThreadControl execute(Runnable work)
work
- the work to be executed.
public ThreadControl execute(Executable work)
work
- the work to be executed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |