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 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
CasProcessorDeploymentExceptionvoid undeploy(URL aUrl) throws CasProcessorDeploymentException
CasProcessorDeploymentExceptionCopyright © 2018. All rights reserved.