Uses of Interface
org.apache.uima.collection.impl.cpm.container.deployer.socket.ProcessControllerAdapter
-
-
Uses of ProcessControllerAdapter in org.apache.uima.collection.impl.cpm
Methods in org.apache.uima.collection.impl.cpm with parameters of type ProcessControllerAdapter Modifier and Type Method Description void
BaseCPMImpl. setProcessControllerAdapter(ProcessControllerAdapter aPca)
Plugs in a givenProcessControllerAdapter
. -
Uses of ProcessControllerAdapter in org.apache.uima.collection.impl.cpm.container.deployer
Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type ProcessControllerAdapter Modifier and Type Method Description static CasProcessorDeployer
DeployFactory. getDeployer(CPEFactory aCpeFactory, CpeCasProcessor aCasProcessorConfig, ProcessControllerAdapter aPca)
Returns aCasProcessorDeployer
object that specializes in deploying components as either local, remote, or integrated. -
Uses of ProcessControllerAdapter in org.apache.uima.collection.impl.cpm.container.deployer.socket
Fields in org.apache.uima.collection.impl.cpm.container.deployer.socket declared as ProcessControllerAdapter Modifier and Type Field Description private ProcessControllerAdapter
SocketCasProcessorDeployer. controller
The controller.Constructors in org.apache.uima.collection.impl.cpm.container.deployer.socket with parameters of type ProcessControllerAdapter Constructor Description SocketCasProcessorDeployer(ProcessControllerAdapter aController)
Instantiates a new socket cas processor deployer.SocketCasProcessorDeployer(ProcessControllerAdapter aController, CPEFactory aCpeFactory)
Instantiates a new socket cas processor deployer. -
Uses of ProcessControllerAdapter in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as ProcessControllerAdapter Modifier and Type Field Description private ProcessControllerAdapter
CPMEngine. pca
The pca.Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type ProcessControllerAdapter Modifier and Type Method Description void
CPMEngine. setProcessControllerAdapter(ProcessControllerAdapter aPca)
Sets the process controller adapter.
-