org.apache.uima.collection.impl.base_cpm.container.deployer
public interface CasProcessorDeployer
Modifier and Type | Method and Description |
---|---|
ProcessingContainer |
deployCasProcessor(java.util.List aCasProcessorList,
boolean redeploy)
Deploys all Cas Processors in aCasProcessorList.
|
void |
deployCasProcessor(ProcessingContainer aProcessingContainer)
Method used to redeploy a single instance of a Cas Processor.
|
void |
undeploy() |
void |
undeploy(java.net.URL aUrl) |
ProcessingContainer deployCasProcessor(java.util.List aCasProcessorList, boolean redeploy) throws ResourceConfigurationException
aCasProcessorList
- -
list of Cas Processors to deployredeploy
- -
true if the Cas Processor is being redeployed as part of the recovery, false otherwiseResourceConfigurationException
- -
failed to deploy Cas Processorvoid deployCasProcessor(ProcessingContainer aProcessingContainer) throws ResourceConfigurationException
aProcessingContainer
- -
ProcessingContainer managing deployed Cas Processor to redeployResourceConfigurationException
- -
failed to deploy Cas Processorvoid undeploy() throws CasProcessorDeploymentException
CasProcessorDeploymentException
void undeploy(java.net.URL aUrl) throws CasProcessorDeploymentException
aUrl
- CasProcessorDeploymentException
Copyright © 2014. All Rights Reserved.