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 voidBaseCPMImpl. 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 CasProcessorDeployerDeployFactory. getDeployer(CPEFactory aCpeFactory, CpeCasProcessor aCasProcessorConfig, ProcessControllerAdapter aPca)Returns aCasProcessorDeployerobject 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 ProcessControllerAdapterSocketCasProcessorDeployer. controllerThe 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 ProcessControllerAdapterCPMEngine. pcaThe pca.Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type ProcessControllerAdapter Modifier and Type Method Description voidCPMEngine. setProcessControllerAdapter(ProcessControllerAdapter aPca)Sets the process controller adapter.
-