|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.avalon.excalibur.pipeline.DefaultPipeline
|
+--org.apache.avalon.excalibur.pipeline.ProcessorPipeline
This represents a pipeline made up of stages.
| Fields inherited from class org.apache.avalon.excalibur.pipeline.DefaultPipeline |
m_stages |
| Constructor Summary | |
ProcessorPipeline()
|
|
| Method Summary | |
int |
getSize()
Retrieve size of pipeline (number of stages). |
Stage |
getStage(int index)
Retrieve a particular stage of pipeline |
void |
process(java.lang.Object object)
|
| Methods inherited from class org.apache.avalon.excalibur.pipeline.DefaultPipeline |
addStage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProcessorPipeline()
| Method Detail |
public void process(java.lang.Object object)
process in interface ProcessorStagepublic Stage getStage(int index)
DefaultPipelinegetStage in class DefaultPipelineorg.apache.avalon.excalibur.pipeline.DefaultPipelineindex - the index of stagejava.util.NoSuchElementException - if index >= getSize() or index < 0public int getSize()
DefaultPipelinegetSize in class DefaultPipelineorg.apache.avalon.excalibur.pipeline.DefaultPipeline
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||