Uses of Interface
org.apache.uima.collection.impl.cpm.container.deployer.socket.ProcessControllerAdapter
Packages that use ProcessControllerAdapter
Package
Description
-
Uses of ProcessControllerAdapter in org.apache.uima.collection.impl.cpm
Methods in org.apache.uima.collection.impl.cpm with parameters of type ProcessControllerAdapterModifier and TypeMethodDescriptionvoid
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 ProcessControllerAdapterModifier and TypeMethodDescriptionstatic 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 ProcessControllerAdapterModifier and TypeFieldDescriptionprivate ProcessControllerAdapter
SocketCasProcessorDeployer.controller
Constructors in org.apache.uima.collection.impl.cpm.container.deployer.socket with parameters of type ProcessControllerAdapterModifierConstructorDescriptionSocketCasProcessorDeployer
(ProcessControllerAdapter aController) SocketCasProcessorDeployer
(ProcessControllerAdapter aController, CPEFactory aCpeFactory) -
Uses of ProcessControllerAdapter in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as ProcessControllerAdapterMethods in org.apache.uima.collection.impl.cpm.engine with parameters of type ProcessControllerAdapterModifier and TypeMethodDescriptionvoid
CPMEngine.setProcessControllerAdapter
(ProcessControllerAdapter aPca)