| Package | Description |
|---|---|
| org.d_haven.event.command |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandEventPipeline
Created by IntelliJ IDEA.
|
| Modifier and Type | Field and Description |
|---|---|
private EventPipeline |
EventPipelineRunner.m_pipeline |
| Modifier and Type | Method and Description |
|---|---|
EventPipeline |
EventPipelineRunner.getPipeline()
Get the pipeline we are processing at this time.
|
| Modifier and Type | Method and Description |
|---|---|
EventPipelineRunner |
OneThreadPolicy.createRunner(EventPipeline pipeline) |
EventPipelineRunner |
ProcessorBoundThreadPolicy.createRunner(EventPipeline pipeline) |
EventPipelineRunner |
ThreadPolicy.createRunner(EventPipeline pipeline)
Create the
EventPipelineRunner that will be used to get
events from the Sources to the EventHandler. |
void |
ThreadManager.register(EventPipeline pipeline)
Register an EventPipeline with the ThreadManager.
|
void |
DefaultThreadManager.register(EventPipeline pipeline)
Register an EventPipeline with the ThreadManager.
|
void |
ThreadManager.unregister(EventPipeline pipeline)
Deregister an EventPipeline with the ThreadManager.
|
void |
DefaultThreadManager.unregister(EventPipeline pipeline)
Unregister an EventPipeline with the ThreadManager.
|
| Constructor and Description |
|---|
EventPipelineRunner(EventPipeline pipeline)
Create an EventPipelineRunner with the supplied pipeline and a
policy of dequeueing one entry at a time.
|
EventPipelineRunner(EventPipeline pipeline,
int numEntries)
Create an EventPipelineRunner with the supplied pipeline and
number of events to dequeue at a time.
|