public class CPEDeployerDefaultImpl extends Object implements CasProcessorDeployer
CasProcessorDeployer
. Used to instantiate integrated Cas Processor.Constructor and Description |
---|
CPEDeployerDefaultImpl(CPEFactory aCpeFactory)
Initializes this instance with a reference to the CPE configuration
|
Modifier and Type | Method and Description |
---|---|
ProcessingContainer |
deployCasProcessor(List aCasProcessorList,
boolean redeploy)
Deploys integrated Cas Processor.
|
ProcessingContainer |
deployCasProcessor(List aCasProcessorList,
CPMEngine aEngine,
boolean redeploy)
Deploys integrated Cas Processor.
|
void |
deployCasProcessor(ProcessingContainer aProcessingContainer)
Deploys integrated Cas Processor using configuration available in a given Container.
|
void |
undeploy() |
void |
undeploy(URL aURL) |
public CPEDeployerDefaultImpl(CPEFactory aCpeFactory)
aCpeFactory
- -
reference to CPE configurationpublic ProcessingContainer deployCasProcessor(List aCasProcessorList, CPMEngine aEngine, boolean redeploy) throws ResourceConfigurationException
aCasProcessorList
- - list containing instantiated Cas ProcessorsaEngine
- the CPM engineredeploy
- - true when redeploying failed Cas ProcessorResourceConfigurationException
public ProcessingContainer deployCasProcessor(List aCasProcessorList, boolean redeploy) throws ResourceConfigurationException
deployCasProcessor
in interface CasProcessorDeployer
aCasProcessorList
- - list containing instantiated Cas Processorsredeploy
- - true when redeploying failed Cas ProcessorResourceConfigurationException
- -
failed to deploy Cas Processorpublic void deployCasProcessor(ProcessingContainer aProcessingContainer) throws ResourceConfigurationException
deployCasProcessor
in interface CasProcessorDeployer
aProcessingContainer
- -
container managing Cas ProcessorResourceConfigurationException
- -
failed to deploy Cas Processorpublic void undeploy() throws CasProcessorDeploymentException
undeploy
in interface CasProcessorDeployer
CasProcessorDeploymentException
public void undeploy(URL aURL) throws CasProcessorDeploymentException
undeploy
in interface CasProcessorDeployer
CasProcessorDeploymentException
Copyright © 2014. All rights reserved.