Class CPEDeployerDefaultImpl

java.lang.Object
org.apache.uima.collection.impl.cpm.container.deployer.CPEDeployerDefaultImpl
All Implemented Interfaces:
CasProcessorDeployer

public class CPEDeployerDefaultImpl extends Object implements CasProcessorDeployer
Implements CasProcessorDeployer. Used to instantiate integrated Cas Processor.
  • Field Details

    • casProcessorPool

      private ServiceProxyPool casProcessorPool
      The cas processor pool.
    • cpeFactory

      private CPEFactory cpeFactory
      The cpe factory.
    • engine

      private CPMEngine engine
      The engine.
  • Constructor Details

    • CPEDeployerDefaultImpl

      public CPEDeployerDefaultImpl(CPEFactory aCpeFactory)
      Initializes this instance with a reference to the CPE configuration.
      Parameters:
      aCpeFactory - - reference to CPE configuration
  • Method Details