Uses of Interface
org.apache.uima.collection.impl.base_cpm.container.deployer.CasProcessorDeployer
Packages that use CasProcessorDeployer
Package
Description
-
Uses of CasProcessorDeployer in org.apache.uima.collection.impl.base_cpm.container
Methods in org.apache.uima.collection.impl.base_cpm.container that return CasProcessorDeployerModifier and TypeMethodDescriptionabstract CasProcessorDeployerProcessingContainer.getDeployer()Methods in org.apache.uima.collection.impl.base_cpm.container with parameters of type CasProcessorDeployerModifier and TypeMethodDescriptionabstract voidProcessingContainer.setCasProcessorDeployer(CasProcessorDeployer aDeployer) -
Uses of CasProcessorDeployer in org.apache.uima.collection.impl.cpm.container
Fields in org.apache.uima.collection.impl.cpm.container declared as CasProcessorDeployerModifier and TypeFieldDescriptionprivate CasProcessorDeployerProcessingContainer_Impl.casPDeployerThe cas P deployer.Methods in org.apache.uima.collection.impl.cpm.container that return CasProcessorDeployerModifier and TypeMethodDescriptionProcessingContainer_Impl.getDeployer()Returns deployer object used to launch the CasProcessor.Methods in org.apache.uima.collection.impl.cpm.container with parameters of type CasProcessorDeployerModifier and TypeMethodDescriptionvoidProcessingContainer_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 CasProcessorDeployerMethods in org.apache.uima.collection.impl.cpm.container.deployer that return CasProcessorDeployerModifier 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 CasProcessorDeployer in org.apache.uima.collection.impl.cpm.container.deployer.socket
Classes in org.apache.uima.collection.impl.cpm.container.deployer.socket that implement CasProcessorDeployerModifier and TypeClassDescriptionclassReference 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 CasProcessorDeployerModifier and TypeClassDescriptionclassReference implementation ofCasProcessorDeployerThis component enables the CPE to deploy Cas Processors running as a Vinci service.