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
Constructors in org.apache.uima.collection.impl.cpm.container.deployer.socket with parameters of type ProcessControllerAdapter Constructor Description SocketCasProcessorDeployer(ProcessControllerAdapter aController)
SocketCasProcessorDeployer(ProcessControllerAdapter aController, CPEFactory aCpeFactory)
-
Uses of ProcessControllerAdapter in org.apache.uima.collection.impl.cpm.engine
Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type ProcessControllerAdapter Modifier and Type Method Description void
CPMEngine. setProcessControllerAdapter(ProcessControllerAdapter aPca)
-