|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AppDeploymentHandler
This is the common interface for all App deployers. Different deployers deploy different artifacts..
| Method Summary | |
|---|---|
void |
deployArtifacts(CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Deploy the artifacts which can be deployed through this deployer. |
void |
undeployArtifacts(CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Delete the artifacts which can be deleted through this deployer. |
| Method Detail |
|---|
void deployArtifacts(CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
throws org.apache.axis2.deployment.DeploymentException
carbonApp - - store info in this object after deployingaxisConfig - - AxisConfiguration of the current tenant
org.apache.axis2.deployment.DeploymentException
void undeployArtifacts(CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
throws org.apache.axis2.deployment.DeploymentException
carbonApp - - all information about the existing artifacts are in this instanceaxisConfig - - AxisConfiguration of the current tenant
org.apache.axis2.deployment.DeploymentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||