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 TypeMethodDescriptionvoidBaseCPMImpl.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 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 ProcessControllerAdapterModifier and TypeFieldDescriptionprivate ProcessControllerAdapterSocketCasProcessorDeployer.controllerThe controller.Constructors in org.apache.uima.collection.impl.cpm.container.deployer.socket with parameters of type ProcessControllerAdapterModifierConstructorDescriptionSocketCasProcessorDeployer(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 ProcessControllerAdapterMethods in org.apache.uima.collection.impl.cpm.engine with parameters of type ProcessControllerAdapterModifier and TypeMethodDescriptionvoidCPMEngine.setProcessControllerAdapter(ProcessControllerAdapter aPca) Sets the process controller adapter.