|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThreadManager
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 |
---|
static final java.lang.String ROLE
Method Detail |
---|
void register(EventPipeline pipeline)
pipeline
- The pipeline to registervoid deregister(EventPipeline pipeline)
pipeline
- The pipeline to unregistervoid deregisterAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |