Uses of Class
org.apache.uima.collection.impl.cpm.engine.BoundedWorkQueue

Packages that use BoundedWorkQueue
org.apache.uima.collection.impl.cpm.container.deployer.vns   
org.apache.uima.collection.impl.cpm.engine   
 

Uses of BoundedWorkQueue in org.apache.uima.collection.impl.cpm.container.deployer.vns
 

Methods in org.apache.uima.collection.impl.cpm.container.deployer.vns with parameters of type BoundedWorkQueue
 void LocalVNS.setConnectionPool(BoundedWorkQueue pQueue)
          Associates a port pool with instance of VNS.
 

Uses of BoundedWorkQueue in org.apache.uima.collection.impl.cpm.engine
 

Subclasses of BoundedWorkQueue in org.apache.uima.collection.impl.cpm.engine
 class SequencedQueue
          This component extends the Bound Queue by guaranteeing delivery of CASes in sequential order.
 

Fields in org.apache.uima.collection.impl.cpm.engine declared as BoundedWorkQueue
protected  BoundedWorkQueue CPMEngine.outputQueue
           
protected  BoundedWorkQueue ProcessingUnit.outputQueue
           
protected  BoundedWorkQueue NonThreadedProcessingUnit.outputQueue
           
protected  BoundedWorkQueue CPMEngine.workQueue
           
protected  BoundedWorkQueue ProcessingUnit.workQueue
           
protected  BoundedWorkQueue NonThreadedProcessingUnit.workQueue
           
 

Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type BoundedWorkQueue
 void ProcessingUnit.setInputQueue(BoundedWorkQueue aInputQueue)
          Alternative method of providing a queue from which this PU will read bundle of Cas
 void NonThreadedProcessingUnit.setInputQueue(BoundedWorkQueue aInputQueue)
          Alternative method of providing a queue from which this PU will read bundle of Cas
 void ProcessingUnit.setOutputQueue(BoundedWorkQueue aOutputQueue)
          Alternative method of providing a queue where this PU will deposit results of analysis
 void NonThreadedProcessingUnit.setOutputQueue(BoundedWorkQueue aOutputQueue)
          Alternative method of providing a queue where this PU will deposit results of analysis
 void ArtifactProducer.setWorkQueue(BoundedWorkQueue aQueue)
          Assigns a queue where the artifacts produced by this component will be deposited
 

Constructors in org.apache.uima.collection.impl.cpm.engine with parameters of type BoundedWorkQueue
NonThreadedProcessingUnit(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue)
          Initialize the PU
ProcessingUnit(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue)
          Initialize the PU
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.