Uses of Class
org.apache.uima.collection.impl.base_cpm.container.ProcessingContainer
Packages that use ProcessingContainer
Package
Description
- 
Uses of ProcessingContainer in org.apache.uima.collection.impl.base_cpm.container.deployerMethods in org.apache.uima.collection.impl.base_cpm.container.deployer that return ProcessingContainerModifier and TypeMethodDescriptionCasProcessorDeployer.deployCasProcessor(List aCasProcessorList, boolean redeploy) Deploys all Cas Processors in aCasProcessorList.CPEDeployer.deployCasProcessor(ProcessingContainer aProcessingContainer, CasProcessor aCasProcessor, boolean redeploy) Methods in org.apache.uima.collection.impl.base_cpm.container.deployer with parameters of type ProcessingContainerModifier and TypeMethodDescriptionvoidCasProcessorDeployer.deployCasProcessor(ProcessingContainer aProcessingContainer) Method used to redeploy a single instance of a Cas Processor.CPEDeployer.deployCasProcessor(ProcessingContainer aProcessingContainer, CasProcessor aCasProcessor, boolean redeploy) 
- 
Uses of ProcessingContainer in org.apache.uima.collection.impl.cpm.containerSubclasses of ProcessingContainer in org.apache.uima.collection.impl.cpm.containerModifier and TypeClassDescriptionclassManages a pool of CasProcessor instances.
- 
Uses of ProcessingContainer in org.apache.uima.collection.impl.cpm.container.deployerMethods in org.apache.uima.collection.impl.cpm.container.deployer that return ProcessingContainerModifier and TypeMethodDescriptionCPEDeployerDefaultImpl.deployCasProcessor(List aCasProcessorList, boolean redeploy) Deploys integrated Cas Processor.CPEDeployerDefaultImpl.deployCasProcessor(List aCasProcessorList, CPMEngine aEngine, boolean redeploy) Deploys integrated Cas Processor.Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type ProcessingContainerModifier and TypeMethodDescriptionvoidCPEDeployerDefaultImpl.deployCasProcessor(ProcessingContainer aProcessingContainer) Deploys integrated Cas Processor using configuration available in a given Container.
- 
Uses of ProcessingContainer in org.apache.uima.collection.impl.cpm.container.deployer.socketMethods in org.apache.uima.collection.impl.cpm.container.deployer.socket that return ProcessingContainerModifier and TypeMethodDescriptionSocketCasProcessorDeployer.deployCasProcessor(List aCasProcessorList, boolean redeploy) Uses ProcessControllerAdapter instance to launch fenced CasProcessor.SocketCasProcessorDeployer.deployCasProcessor(List aCasProcessorList, CPMEngine aEngine, boolean redeploy) Deploys integrated Cas Processor.Methods in org.apache.uima.collection.impl.cpm.container.deployer.socket with parameters of type ProcessingContainerModifier and TypeMethodDescriptionvoidSocketCasProcessorDeployer.deployCasProcessor(ProcessingContainer aProcessingContainer) Uses ProcessControllerAdapter instance to launch fenced CasProcessor.
- 
Uses of ProcessingContainer in org.apache.uima.collection.impl.cpm.container.deployer.vinciMethods in org.apache.uima.collection.impl.cpm.container.deployer.vinci that return ProcessingContainerModifier and TypeMethodDescriptionVinciCasProcessorDeployer.deployCasProcessor(List aCasProcessorList, boolean redeploy) Deploys CasProcessors in a provided List.VinciCasProcessorDeployer.deployCasProcessor(List aCasProcessorList, CPMEngine aEngine, boolean redeploy) Deploys integrated Cas Processor.Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci with parameters of type ProcessingContainerModifier and TypeMethodDescriptionvoidVinciCasProcessorDeployer.deployCasProcessor(ProcessingContainer aProcessingContainer) Deploys CasProcessor using configuration from provided container.
- 
Uses of ProcessingContainer in org.apache.uima.collection.impl.cpm.engineMethods in org.apache.uima.collection.impl.cpm.engine with parameters of type ProcessingContainerModifier and TypeMethodDescriptionvoidCPMEngine.redeployAnalysisEngine(ProcessingContainer aProcessingContainer) Deploys CasProcessor and associates it with aProcessingContainer.