Class Summary |
AbstractChannel |
Deprecated. Use
AbstractChannel
instead. |
AbstractError |
AbstractError class. |
AbstractExecutionStrategy |
Abstract Execution Strategy |
AbstractFilter |
Deprecated. Use one of the filters in the parc.filter sub-package. |
AbstractPipeline |
Abstract Pipeline class. |
AbstractRecord |
Record implementation providing the std error handling. |
ArrayListQueue |
Channel Implementation using ArrayList. |
ConditionalLoopStrategy |
Loop until InputAdapter finds no work. |
ErrorType |
Represent a Type of error. |
ExceptionHandler |
The handler class is designed for critical failures during
filter processing. |
InfiniteLoopStrategy |
Loop forever Execution Strategy |
LinkedListQueue |
LinkedListQueue - general purpose implementation of Channel. |
ListRecordSet |
The RecordSet is a group of Records. |
MapRecordSet |
The RecordSet is a group of Records. |
ParallelMTPipeline |
Processing pipeline component. |
PARCApplication |
Pipeline Architecture (PARC) Application. |
PARCConfiguration |
It contains the static constants, which helps in keeping the hardcoding of values at one place. |
PBApplication |
Process Based Application. |
PipelineProcess |
The PipelineProcess is a process instance that runs a pipeline
(InputAdapter <-> Pipeline <-> OutputAdapter). |
ProcessSet |
The ProcessSet is a group of processes that are run serially. |
SerialMTPipeline |
Processing pipeline component. |
SingleCallApplicationStrategy |
Run once Application Strategy |
SingleCallStrategy |
Single Run Execution Strategy |