Uses of Class
org.wso2.carbon.application.deployer.CarbonApplication
-
Packages that use CarbonApplication Package Description org.wso2.carbon.application.deployer.handler org.wso2.carbon.application.deployer.internal org.wso2.carbon.application.deployer.service -
-
Uses of CarbonApplication in org.wso2.carbon.application.deployer.handler
Methods in org.wso2.carbon.application.deployer.handler with parameters of type CarbonApplication Modifier and Type Method Description voidAppDeploymentHandler. 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 CarbonApplication Modifier and Type Method Description ArrayList<CarbonApplication>ApplicationManager. 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 CarbonApplication Modifier and Type Method Description voidApplicationManager. addCarbonApp(String tenantId, CarbonApplication carbonApp)Add a new cApp for a particular tenant.ArtifactApplicationManager. 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 CarbonApplication Modifier and Type Method Description ArrayList<CarbonApplication>ApplicationManagerService. getCarbonApps(String tenantId)Returns all deployed carbon apps in the systemMethods in org.wso2.carbon.application.deployer.service with parameters of type CarbonApplication Modifier and Type Method Description voidApplicationManagerService. undeployCarbonApp(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig)Undeploy the provided carbon App..
-