public interface ThreadManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void register(EventPipeline pipeline)
pipeline - The pipeline to registervoid deregister(EventPipeline pipeline)
pipeline - The pipeline to unregistervoid deregisterAll()