Uses of Interface
org.apache.uima.collection.impl.base_cpm.container.deployer.CasProcessorDeployer
-
-
Uses of CasProcessorDeployer in org.apache.uima.collection.impl.base_cpm.container
Methods in org.apache.uima.collection.impl.base_cpm.container that return CasProcessorDeployer Modifier and Type Method Description abstract CasProcessorDeployer
ProcessingContainer. getDeployer()
Methods in org.apache.uima.collection.impl.base_cpm.container with parameters of type CasProcessorDeployer Modifier and Type Method Description abstract void
ProcessingContainer. setCasProcessorDeployer(CasProcessorDeployer aDeployer)
-
Uses of CasProcessorDeployer in org.apache.uima.collection.impl.cpm.container
Methods in org.apache.uima.collection.impl.cpm.container that return CasProcessorDeployer Modifier and Type Method Description CasProcessorDeployer
ProcessingContainer_Impl. getDeployer()
Returns deployer object used to launch the CasProcessorMethods in org.apache.uima.collection.impl.cpm.container with parameters of type CasProcessorDeployer Modifier and Type Method Description void
ProcessingContainer_Impl. setCasProcessorDeployer(CasProcessorDeployer aDeployer)
Plug in deployer object used to launch/deploy the CasProcessor instance. -
Uses of CasProcessorDeployer in org.apache.uima.collection.impl.cpm.container.deployer
Classes in org.apache.uima.collection.impl.cpm.container.deployer that implement CasProcessorDeployer Modifier and Type Class Description class
CPEDeployerDefaultImpl
ImplementsCasProcessorDeployer
.Methods in org.apache.uima.collection.impl.cpm.container.deployer that return CasProcessorDeployer 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 CasProcessorDeployer in org.apache.uima.collection.impl.cpm.container.deployer.socket
Classes in org.apache.uima.collection.impl.cpm.container.deployer.socket that implement CasProcessorDeployer Modifier and Type Class Description class
SocketCasProcessorDeployer
Reference implementation of theCasProcessorDeployer
component responsible for launch and termination of the fenced CasProcessor. -
Uses of CasProcessorDeployer in org.apache.uima.collection.impl.cpm.container.deployer.vinci
Classes in org.apache.uima.collection.impl.cpm.container.deployer.vinci that implement CasProcessorDeployer Modifier and Type Class Description class
VinciCasProcessorDeployer
Reference implementation ofCasProcessorDeployer
This component enables the CPE to deploy Cas Processors running as a Vinci service.
-