Uses of Package
org.apache.commons.pipeline.util

Packages that use org.apache.commons.pipeline.util
org.apache.commons.pipeline.driver This package contains implementations of the StageDriver and StageDriverFactory interfaces. 
org.apache.commons.pipeline.stage A few simple Stage implementations for common use cases. 
org.apache.commons.pipeline.util   
 

Classes in org.apache.commons.pipeline.util used by org.apache.commons.pipeline.driver
BlockingQueueFactory
          Many StageDriver implementations require for one or more queues to be created.
 

Classes in org.apache.commons.pipeline.util used by org.apache.commons.pipeline.stage
KeyFactory
          An implementation of this interface should define a strategy that will allow a unique identifier to be generated for an object.
QueueFactory
          Many StageDriver implementations require for one or more queues to be created.
 

Classes in org.apache.commons.pipeline.util used by org.apache.commons.pipeline.util
BlockingQueueFactory
          Many StageDriver implementations require for one or more queues to be created.
KeyFactory
          An implementation of this interface should define a strategy that will allow a unique identifier to be generated for an object.
QueueFactory
          Many StageDriver implementations require for one or more queues to be created.
QueueFactory.AbstractQueueFactory
           
 



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