Uses of Interface
com.rhi.architecture.parc.Pipeline

Packages that use Pipeline
com.rhi.architecture.parc   
 

Uses of Pipeline in com.rhi.architecture.parc
 

Classes in com.rhi.architecture.parc that implement Pipeline
 class AbstractPipeline
          Abstract Pipeline class.
 class ParallelMTPipeline
          Processing pipeline component.
 class SerialMTPipeline
          Processing pipeline component.
 

Methods in com.rhi.architecture.parc that return Pipeline
 Pipeline PipelineProcess.getPipeline()
          This method should construct a Pipeline, a set of Filters, attach those Filters to the Pipeline, and return the fully configured Pipeline to the framework for execution.
 Pipeline AbstractExecutionStrategy.getPipeline()
          Get Pipeline
 

Methods in com.rhi.architecture.parc with parameters of type Pipeline
 void PipelineStrategy.setPipeline(Pipeline p)
          Provides the correct pipeline to the concrete strategy.
 void ExecutionStrategy.setPipeline(Pipeline p)
          The interface application class uses this method to intialize the strategy object w/ the correct concrete Pipeline
 void AbstractExecutionStrategy.setPipeline(Pipeline p)
          Set method to tell the strategy what pipeline to use.
 



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