|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.pipeline.stage.BaseStage
org.apache.commons.pipeline.stage.PipelineShutdownStage
public class PipelineShutdownStage
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.pipeline.stage.BaseStage |
|---|
context |
| Constructor Summary | |
|---|---|
PipelineShutdownStage()
Creates a new instance of PipelineShutdownStage |
|
PipelineShutdownStage(int numberOfObjects)
Creates a new instance of PipelineShutdownStage |
|
| Method Summary | |
|---|---|
void |
process(java.lang.Object obj)
Maintains a count of objects. |
| Methods inherited from class org.apache.commons.pipeline.stage.BaseStage |
|---|
emit, emit, init, postprocess, preprocess, release |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PipelineShutdownStage()
public PipelineShutdownStage(int numberOfObjects)
numberOfObjects - The number of objects to process before shutting down.| Method Detail |
|---|
public void process(java.lang.Object obj)
throws StageException
process in interface Stageprocess in class BaseStageobj - The objects.
StageException - an Exception thrown by an overriding implementation should
be wrapped in a StageException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||