Uses of Class
org.apache.uima.collection.impl.base_cpm.container.deployer.CasProcessorDeploymentException
Packages that use CasProcessorDeploymentException
Package
Description
-
Uses of CasProcessorDeploymentException in org.apache.uima.collection.impl.base_cpm.container.deployer
Methods in org.apache.uima.collection.impl.base_cpm.container.deployer that throw CasProcessorDeploymentException -
Uses of CasProcessorDeploymentException in org.apache.uima.collection.impl.cpm.container.deployer
Methods in org.apache.uima.collection.impl.cpm.container.deployer that throw CasProcessorDeploymentException -
Uses of CasProcessorDeploymentException in org.apache.uima.collection.impl.cpm.container.deployer.socket
Methods in org.apache.uima.collection.impl.cpm.container.deployer.socket that throw CasProcessorDeploymentException -
Uses of CasProcessorDeploymentException in org.apache.uima.collection.impl.cpm.container.deployer.vinci
Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci that throw CasProcessorDeploymentExceptionModifier and TypeMethodDescriptionprivate void
VinciCasProcessorDeployer.deployVNS
(CasProcessorConfiguration casProcessorConfig, boolean redeploy) Deploys internal VNS for use with local CasProcessor deployments.private void
VinciCasProcessorDeployer.launchLocalService
(ProcessingContainer aProcessingContainer, CasProcessorConfiguration casProcessorConfig, boolean redeploy, int howMany) Launches an application as a seperate process using java's Process object.void
VinciCasProcessorDeployer.undeploy()
Shutdown local VNS.void
-
Uses of CasProcessorDeploymentException in org.apache.uima.collection.impl.cpm.engine
Methods in org.apache.uima.collection.impl.cpm.engine that throw CasProcessorDeploymentExceptionModifier and TypeMethodDescriptionvoid
CPMEngine.stopCasProcessors
(boolean kill) Stops All Cas Processors and optionally changes the status according to kill flag.