org.d_haven.event.command
public interface ThreadManager
Method Summary | |
---|---|
Collection | getRegisteredPipelines()
Get the collection of registered pipelines.
|
void | register(EventPipeline pipeline)
Register an EventPipeline with the ThreadManager.
|
void | stop()
Stop managing the pipelines, and shut down all threads in use. |
void | unregister(EventPipeline pipeline)
Deregister an EventPipeline with the ThreadManager.
|
void | unregisterAll()
Deregisters all EventPipelines from this ThreadManager. |
Returns: the collection
Parameters: pipeline The pipeline to register
Parameters: pipeline The pipeline to unregister