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

Packages that use CPMEngine
org.apache.uima.collection.impl.cpm.container.deployer   
org.apache.uima.collection.impl.cpm.container.deployer.socket   
org.apache.uima.collection.impl.cpm.container.deployer.vinci   
org.apache.uima.collection.impl.cpm.engine   
org.apache.uima.collection.impl.cpm.utils   
 

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

Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type CPMEngine
 ProcessingContainer CPEDeployerDefaultImpl.deployCasProcessor(java.util.List aCasProcessorList, CPMEngine aEngine, boolean redeploy)
          Deploys integrated Cas Processor.
 

Uses of CPMEngine in org.apache.uima.collection.impl.cpm.container.deployer.socket
 

Methods in org.apache.uima.collection.impl.cpm.container.deployer.socket with parameters of type CPMEngine
 ProcessingContainer SocketCasProcessorDeployer.deployCasProcessor(java.util.List aCasProcessorList, CPMEngine aEngine, boolean redeploy)
          Deploys integrated Cas Processor.
 

Uses of CPMEngine in org.apache.uima.collection.impl.cpm.container.deployer.vinci
 

Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci with parameters of type CPMEngine
 ProcessingContainer VinciCasProcessorDeployer.deployCasProcessor(java.util.List aCasProcessorList, CPMEngine aEngine, boolean redeploy)
          Deploys integrated Cas Processor.
 

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

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

Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type CPMEngine
 void NonThreadedProcessingUnit.setCPMEngine(CPMEngine acpm)
          Alternative method of providing the reference to the component managing the lifecycle of the CPE
 void ProcessingUnit.setCPMEngine(CPMEngine acpm)
          Alternative method of providing the reference to the component managing the lifecycle of the CPE
 

Constructors in org.apache.uima.collection.impl.cpm.engine with parameters of type CPMEngine
ArtifactProducer(CPMEngine acpm)
          Instantiates and initializes this instance.
ArtifactProducer(CPMEngine acpm, CPECasPool aPool)
          Construct instance of this class with a reference to the cpe engine and a pool of cas'es.
BoundedWorkQueue(int aQueueSize, java.lang.String aQueueName, CPMEngine aCpmEngine)
          Initialize the instance
DebugControlThread(CPMEngine aCpm, java.lang.String aFilename, int aCheckpointFrequency)
           
NonThreadedProcessingUnit(CPMEngine acpm)
           
NonThreadedProcessingUnit(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue)
          Initialize the PU
ProcessingUnit(CPMEngine acpm)
           
ProcessingUnit(CPMEngine acpm, BoundedWorkQueue aInputQueue, BoundedWorkQueue aOutputQueue)
          Initialize the PU
SequencedQueue(int aQueueSize, java.lang.String aQueueName, CPMEngine aCpmEngine)
          Initialize this queue
 

Uses of CPMEngine in org.apache.uima.collection.impl.cpm.utils
 

Constructors in org.apache.uima.collection.impl.cpm.utils with parameters of type CPMEngine
ExpirationTimer(long aTimeout, java.util.HashMap aMap, java.lang.String aKey, CPMEngine aCpm)
          Constructs a Timer that expires after a given interval.
 



Copyright © 2011. All Rights Reserved.