Uses of Interface
org.apache.uima.collection.impl.base_cpm.container.deployer.CasProcessorDeployer

Packages that use CasProcessorDeployer
org.apache.uima.collection.impl.base_cpm.container   
org.apache.uima.collection.impl.cpm.container   
org.apache.uima.collection.impl.cpm.container.deployer   
org.apache.uima.collection.impl.cpm.container.deployer.socket   
org.apache.uima.collection.impl.cpm.container.deployer.vinci   
 

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
abstract  CasProcessorDeployer ProcessingContainer.getDeployer()
           
 

Methods in org.apache.uima.collection.impl.base_cpm.container with parameters of type CasProcessorDeployer
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
 CasProcessorDeployer ProcessingContainer_Impl.getDeployer()
          Returns deployer object used to launch the CasProcessor
 

Methods in org.apache.uima.collection.impl.cpm.container with parameters of type CasProcessorDeployer
 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
 class CPEDeployerDefaultImpl
          Implements CasProcessorDeployer.
 

Methods in org.apache.uima.collection.impl.cpm.container.deployer that return CasProcessorDeployer
static CasProcessorDeployer DeployFactory.getDeployer(CPEFactory aCpeFactory, CpeCasProcessor aCasProcessorConfig, ProcessControllerAdapter aPca)
          Returns a CasProcessorDeployer 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
 class SocketCasProcessorDeployer
          Reference implementation of the CasProcessorDeployer 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
 class VinciCasProcessorDeployer
          Reference implementation of CasProcessorDeployer This component enables the CPE to deploy Cas Processors running as a Vinci service.
 



Copyright © 2013. All Rights Reserved.