Uses of Class
org.apache.uima.collection.impl.base_cpm.container.deployer.CasProcessorDeploymentException
-
-
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 Modifier and Type Method Description voidCasProcessorDeployer. undeploy()voidCasProcessorDeployer. undeploy(java.net.URL aUrl) -
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 Modifier and Type Method Description voidCPEDeployerDefaultImpl. undeploy()voidCPEDeployerDefaultImpl. undeploy(java.net.URL aURL) -
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 Modifier and Type Method Description voidSocketCasProcessorDeployer. undeploy()voidSocketCasProcessorDeployer. undeploy(java.net.URL aURL) -
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 CasProcessorDeploymentException Modifier and Type Method Description private voidVinciCasProcessorDeployer. deployVNS(CasProcessorConfiguration casProcessorConfig, boolean redeploy)Deploys internal VNS for use with local CasProcessor deployments.private voidVinciCasProcessorDeployer. launchLocalService(ProcessingContainer aProcessingContainer, CasProcessorConfiguration casProcessorConfig, boolean redeploy, int howMany)Launches an application as a seperate process using java's Process object.voidVinciCasProcessorDeployer. undeploy()Shutdown local VNS.voidVinciCasProcessorDeployer. undeploy(java.net.URL aURL) -
Uses of CasProcessorDeploymentException in org.apache.uima.collection.impl.cpm.engine
Methods in org.apache.uima.collection.impl.cpm.engine that throw CasProcessorDeploymentException Modifier and Type Method Description voidCPMEngine. stopCasProcessors(boolean kill)Stops All Cas Processors and optionally changes the status according to kill flag.
-