|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ThreadManager handles the thread policies for EventPipelines. It works hand in hand with the CommandManager, and can be expanded to work with a SEDA like architecture.
Method Summary | |
void |
deregister(EventPipeline pipeline)
Deregister an EventPipeline with the ThreadManager |
void |
deregisterAll()
Deregisters all EventPipelines from this ThreadManager |
void |
register(EventPipeline pipeline)
Register an EventPipeline with the ThreadManager. |
Method Detail |
public void register(EventPipeline pipeline)
pipeline
- The pipeline to registerpublic void deregister(EventPipeline pipeline)
pipeline
- The pipeline to unregisterpublic void deregisterAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |