public static final class AbstractThreadManager.PipelineRunner
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private org.apache.excalibur.event.command.EventPipeline |
m_pipeline
The pipeline we are managing
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractThreadManager.PipelineRunner(org.apache.excalibur.event.command.EventPipeline pipeline)
Create a PipelineRunner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The code that actually pulls the events from the Sources and sends them to the event handler
|
private final org.apache.excalibur.event.command.EventPipeline m_pipeline