Uses of Class
org.apache.uima.collection.impl.cpm.container.CPEFactory

Packages that use CPEFactory
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   
 

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

Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type CPEFactory
static CasProcessorDeployer DeployFactory.getDeployer(CPEFactory aCpeFactory, CpeCasProcessor aCasProcessorConfig, ProcessControllerAdapter aPca)
          Returns a CasProcessorDeployer object that specializes in deploying components as either local, remote, or integrated.
 

Constructors in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type CPEFactory
CPEDeployerDefaultImpl(CPEFactory aCpeFactory)
          Initializes this instance with a reference to the CPE configuration
 

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

Constructors in org.apache.uima.collection.impl.cpm.container.deployer.socket with parameters of type CPEFactory
SocketCasProcessorDeployer(ProcessControllerAdapter aController, CPEFactory aCpeFactory)
           
 

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

Constructors in org.apache.uima.collection.impl.cpm.container.deployer.vinci with parameters of type CPEFactory
VinciCasProcessorDeployer(CPEFactory aCpeFactory)
          Instantiaes the class and gives it access to CPE configuration.
 

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

Constructors in org.apache.uima.collection.impl.cpm.engine with parameters of type CPEFactory
CPMEngine(CPMThreadGroup aThreadGroup, CPEFactory aCpeFactory, ProcessTrace aProcTr, CheckpointData aCheckpointData)
          Initializes Collection Processing Engine.
 



Copyright © 2013. All Rights Reserved.