Package org.objectledge.pipeline

The pipeline based serial processing subsystem

See:
          Description

Interface Summary
Valve An element of the processing pipeline.
 

Class Summary
ConcurrencyControlValve A valve that provides control over the number of threads executing another valve.
ErrorHandlingPipeline A Pipeline composed of three sequences of Valves that provides error handling along the lines of Java try/catch/finally rules.
SimplePipeline A pipeline composed of a sequence of Valves.
 

Exception Summary
ProcessingException Thrown when Valve's processing encounters a problem.
 

Package org.objectledge.pipeline Description

The pipeline based serial processing subsystem.



Copyright © 2003-2006 objectledge.org. All Rights Reserved.