Uses of Package
com.rhi.architecture.parc

Packages that use com.rhi.architecture.parc
com.rhi.architecture.parc   
com.rhi.architecture.parc.adapter   
com.rhi.architecture.parc.adapter.file   
com.rhi.architecture.parc.adapter.jdbc   
com.rhi.architecture.parc.adapter.jdo   
com.rhi.architecture.parc.adapter.xml   
com.rhi.architecture.parc.channel   
com.rhi.architecture.parc.filter   
 

Classes in com.rhi.architecture.parc used by com.rhi.architecture.parc
AbstractExecutionStrategy
          Abstract Execution Strategy
AbstractPipeline
          Abstract Pipeline class.
AbstractRecord
          Record implementation providing the std error handling.
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.
ErrorType
          Represent a Type of error.
Event
          Event.java
ExceptionHandler
          The handler class is designed for critical failures during filter processing.
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.
Process
          The Process Abstraction is the container or implementor of application logic.
ProcessingException
          ProcessingException Class.
Record
          Record type used for data being passed through the Pipeline.
Supplier
          Consumer interface is used to store items.
 

Classes in com.rhi.architecture.parc used by com.rhi.architecture.parc.adapter
Adapter
          Interface for all adapters.
Channel
          The Channel interface represents the glue that ties processing elements together in the pipeline architecture.
ExceptionHandler
          The handler class is designed for critical failures during filter processing.
InputAdapter
          The InputAdapter is responsible for selecting a set of work for processing and pushing it into the Channel for processing..
OutputAdapter
          The OutputAdapter is responsible for taking a completed work set and storing it.
ProcessingException
          ProcessingException Class.
Record
          Record type used for data being passed through the Pipeline.
 

Classes in com.rhi.architecture.parc used by com.rhi.architecture.parc.adapter.file
Adapter
          Interface for all adapters.
InputAdapter
          The InputAdapter is responsible for selecting a set of work for processing and pushing it into the Channel for processing..
OutputAdapter
          The OutputAdapter is responsible for taking a completed work set and storing it.
ProcessingException
          ProcessingException Class.
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.
 

Classes in com.rhi.architecture.parc used by com.rhi.architecture.parc.adapter.jdbc
Adapter
          Interface for all adapters.
Error
          Interface for Interface Error records.
InputAdapter
          The InputAdapter is responsible for selecting a set of work for processing and pushing it into the Channel for processing..
OutputAdapter
          The OutputAdapter is responsible for taking a completed work set and storing it.
ProcessingException
          ProcessingException Class.
Record
          Record type used for data being passed through the Pipeline.
 

Classes in com.rhi.architecture.parc used by com.rhi.architecture.parc.adapter.jdo
Adapter
          Interface for all adapters.
InputAdapter
          The InputAdapter is responsible for selecting a set of work for processing and pushing it into the Channel for processing..
OutputAdapter
          The OutputAdapter is responsible for taking a completed work set and storing it.
ProcessingException
          ProcessingException Class.
 

Classes in com.rhi.architecture.parc used by com.rhi.architecture.parc.adapter.xml
Adapter
          Interface for all adapters.
InputAdapter
          The InputAdapter is responsible for selecting a set of work for processing and pushing it into the Channel for processing..
OutputAdapter
          The OutputAdapter is responsible for taking a completed work set and storing it.
ProcessingException
          ProcessingException Class.
 

Classes in com.rhi.architecture.parc used by com.rhi.architecture.parc.channel
Channel
          The Channel interface represents the glue that ties processing elements together in the pipeline architecture.
Consumer
          Supplier interface is used to store items.
Event
          Event.java
Monitor
          Monitor.java
Supplier
          Consumer interface is used to store items.
 

Classes in com.rhi.architecture.parc used by com.rhi.architecture.parc.filter
Channel
          The Channel interface represents the glue that ties processing elements together in the pipeline architecture.
Consumer
          Supplier interface is used to store items.
Event
          Event.java
ExceptionHandler
          The handler class is designed for critical failures during filter processing.
Filter
          Filter Interface.
Monitor
          Monitor.java
ProcessingException
          ProcessingException Class.
Supplier
          Consumer interface is used to store items.
 



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