public interface ThreadManager
| Modifier and Type | Method and Description |
|---|---|
java.util.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.
|
void register(EventPipeline pipeline)
pipeline - The pipeline to registervoid unregister(EventPipeline pipeline)
pipeline - The pipeline to unregistervoid unregisterAll()
java.util.Collection getRegisteredPipelines()
void stop()