Uses of Class
org.wso2.carbon.application.deployer.CarbonApplication
Packages that use CarbonApplication
Package
Description
-
Uses of CarbonApplication in org.wso2.carbon.application.deployer.handler
Methods in org.wso2.carbon.application.deployer.handler with parameters of type CarbonApplicationModifier and TypeMethodDescriptionvoidAppDeploymentHandler.deployArtifacts(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) Deploy the artifacts which can be deployed through this deployer.voidDefaultAppDeployer.deployArtifacts(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) Deploy the artifacts which can be deployed through this deployer (Axis2 services, JAXWS services ..).voidRegistryResourceDeployer.deployArtifacts(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) Deploy the artifacts which can be deployed through this deployer.voidAppDeploymentHandler.undeployArtifacts(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) Delete the artifacts which can be deleted through this deployer.voidDefaultAppDeployer.undeployArtifacts(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) Undeploys AAR, Data services, libs etc.voidRegistryResourceDeployer.undeployArtifacts(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) Undeploys Registry resources of the given cApp -
Uses of CarbonApplication in org.wso2.carbon.application.deployer.internal
Methods in org.wso2.carbon.application.deployer.internal that return types with arguments of type CarbonApplicationModifier and TypeMethodDescriptionApplicationManager.getCarbonApps(String tenantId) Get the list of CarbonApplications for the give tenant id.Methods in org.wso2.carbon.application.deployer.internal with parameters of type CarbonApplicationModifier and TypeMethodDescriptionvoidApplicationManager.addCarbonApp(String tenantId, CarbonApplication carbonApp) Add a new cApp for a particular tenant.ApplicationManager.buildAppArtifact(CarbonApplication parentApp, InputStream artifactXmlStream) Builds the artifact from the given input steam and adds it as a dependency in the provided parent carbon application.voidApplicationManager.removeCarbonApp(String tenantId, CarbonApplication carbonApp) Remove a cApp for a particular tenantvoidApplicationManager.undeployCarbonApp(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) Undeploy the provided carbon App by sending it through the registered undeployment handler chain.. -
Uses of CarbonApplication in org.wso2.carbon.application.deployer.service
Methods in org.wso2.carbon.application.deployer.service that return types with arguments of type CarbonApplicationModifier and TypeMethodDescriptionApplicationManagerService.getCarbonApps(String tenantId) Returns all deployed carbon apps in the systemMethods in org.wso2.carbon.application.deployer.service with parameters of type CarbonApplicationModifier and TypeMethodDescriptionvoidApplicationManagerService.undeployCarbonApp(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) Undeploy the provided carbon App..