|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ThreadManagerIF is responsible for creating, managing, and scheduling threads across a set of stages.
Method Summary | |
void |
deregister(StageWrapperIF stage)
Deregister a stage with this thread manager and stop its threads. |
void |
deregisterAll()
Stop the thread manager and all threads managed by it. |
void |
register(StageWrapperIF stage)
Register a stage with this thread manager and start its threads. |
Method Detail |
public void register(StageWrapperIF stage)
public void deregister(StageWrapperIF stage)
public void deregisterAll()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |