|
|||||||||||
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.
Field Summary | |
static java.lang.String |
ROLE
|
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. |
Field Detail |
public static final java.lang.String ROLE
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 |