org.wso2.carbon.event.processing.application.deployer
Class EventProcessingAppDeployer
java.lang.Object
org.wso2.carbon.event.processing.application.deployer.EventProcessingAppDeployer
- All Implemented Interfaces:
- org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
public class EventProcessingAppDeployer
- extends Object
- implements org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
|
Method Summary |
void |
deployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
|
void |
undeployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventProcessingAppDeployer
public EventProcessingAppDeployer()
deployArtifacts
public void deployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
throws org.apache.axis2.deployment.DeploymentException
- Specified by:
deployArtifacts in interface org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
- Parameters:
carbonApp - - CarbonApplication instance to check for Event Processing artifactsaxisConfig - - AxisConfiguration of the current tenant
- Throws:
org.apache.axis2.deployment.DeploymentException
undeployArtifacts
public void undeployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
- Specified by:
undeployArtifacts in interface org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
Copyright © 2015 WSO2. All rights reserved.