public interface CasProcessorDeployer
| Modifier and Type | Method and Description |
|---|---|
ProcessingContainer |
deployCasProcessor(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(URL aUrl) |
ProcessingContainer deployCasProcessor(List aCasProcessorList, boolean redeploy) throws org.apache.uima.resource.ResourceConfigurationException
aCasProcessorList - -
list of Cas Processors to deployredeploy - -
true if the Cas Processor is being redeployed as part of the recovery, false otherwiseorg.apache.uima.resource.ResourceConfigurationException - -
failed to deploy Cas Processorvoid deployCasProcessor(ProcessingContainer aProcessingContainer) throws org.apache.uima.resource.ResourceConfigurationException
aProcessingContainer - -
ProcessingContainer managing deployed Cas Processor to redeployorg.apache.uima.resource.ResourceConfigurationException - -
failed to deploy Cas Processorvoid undeploy()
throws CasProcessorDeploymentException
CasProcessorDeploymentExceptionvoid undeploy(URL aUrl) throws CasProcessorDeploymentException
CasProcessorDeploymentExceptionCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.