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 CasProcessorDeployerProcessingContainer. getDeployer()Methods in org.apache.uima.collection.impl.base_cpm.container with parameters of type CasProcessorDeployer Modifier and Type Method Description abstract voidProcessingContainer. 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 CasProcessorDeployerProcessingContainer_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 voidProcessingContainer_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 classCPEDeployerDefaultImplImplementsCasProcessorDeployer.Methods in org.apache.uima.collection.impl.cpm.container.deployer that return CasProcessorDeployer 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 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 classSocketCasProcessorDeployerReference implementation of theCasProcessorDeployercomponent 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 classVinciCasProcessorDeployerReference implementation ofCasProcessorDeployerThis component enables the CPE to deploy Cas Processors running as a Vinci service.
-