|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ThreadManager
The thread manager keeps track of active threads. It can be used to ensure that all threads are complete before a job terminates.
| Method Summary | |
|---|---|
String[] |
activeDescriptions()
Return a array of the descriptions of all active threads. |
void |
close()
Close the ThreadManager and free resource. |
void |
run(Runnable runnable,
String description)
Run a job with the default ClassLoader |
| Method Detail |
|---|
void run(Runnable runnable,
String description)
runnable - The job.description - The description.String[] activeDescriptions()
void close()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||