Package com.rhi.architecture.parc

Interface Summary
Adapter Interface for all adapters.
ApplicationStrategy Strategy Interface for use w/ Batch applications.
Channel The Channel interface represents the glue that ties processing elements together in the pipeline architecture.
Consumer Supplier interface is used to store items.
Error Interface for Interface Error records.
Event Event.java
ExecutionStrategy Strategy Interface for use w/ Interface applications.
Filter Filter Interface.
InputAdapter The InputAdapter is responsible for selecting a set of work for processing and pushing it into the Channel for processing..
Monitor Monitor.java
OutputAdapter The OutputAdapter is responsible for taking a completed work set and storing it.
Pipeline Processing pipeline component.
PipelineStrategy Strategy Interface for use w/ Pipeline processes.
Process The Process Abstraction is the container or implementor of application logic.
Record Record type used for data being passed through the Pipeline.
SingleThreadModel Marker Interface used to enforce a single thread model for an output adapter.
Supplier Consumer interface is used to store items.
 

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
 

Exception Summary
ProcessingException ProcessingException Class.
 



Copyright © 2002-2004 Robert Half International. All Rights Reserved.