Uses of Class
org.apache.commons.pipeline.driver.AbstractStageDriver

Packages that use AbstractStageDriver
org.apache.commons.pipeline.driver This package contains implementations of the StageDriver and StageDriverFactory interfaces. 
 

Uses of AbstractStageDriver in org.apache.commons.pipeline.driver
 

Subclasses of AbstractStageDriver in org.apache.commons.pipeline.driver
 class DedicatedThreadStageDriver
          This is a very simple implementation of a AbstractStageDriver which spawns a single thread to process a stage.
 class SynchronousStageDriver
          This is a non-threaded version of the AbstractStageDriver.
 class ThreadPoolStageDriver
          This StageDriver implementation uses a pool of threads to process objects from an input queue.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.