|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CasProcessorDeployer
Base interface for implementing Deployer class used by the CPM to deply Cas Processors.
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
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 otherwise
ResourceConfigurationException - -
failed to deploy Cas Processor
void deployCasProcessor(ProcessingContainer aProcessingContainer)
throws ResourceConfigurationException
aProcessingContainer - -
ProcessingContainer managing deployed Cas Processor to redeploy
ResourceConfigurationException - -
failed to deploy Cas Processor
void undeploy()
throws CasProcessorDeploymentException
CasProcessorDeploymentException
void undeploy(java.net.URL aUrl)
throws CasProcessorDeploymentException
aUrl -
CasProcessorDeploymentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||