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 CasProcessorDeployer
ProcessingContainer.getDeployer()
Methods in org.apache.uima.collection.impl.base_cpm.container with parameters of type CasProcessorDeployerModifier and TypeMethodDescriptionabstract void
ProcessingContainer.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 CasProcessorDeployer
ProcessingContainer_Impl.casPDeployer
The 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 TypeMethodDescriptionvoid
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 CasProcessorDeployerMethods in org.apache.uima.collection.impl.cpm.container.deployer that return CasProcessorDeployerModifier 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 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 TypeClassDescriptionclass
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 CasProcessorDeployerModifier and TypeClassDescriptionclass
Reference implementation ofCasProcessorDeployer
This component enables the CPE to deploy Cas Processors running as a Vinci service.