Uses of Class
org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
Packages that use CarbonAppPersistenceManager
Package
Description
-
Uses of CarbonAppPersistenceManager in org.wso2.carbon.application.deployer
Methods in org.wso2.carbon.application.deployer with parameters of type CarbonAppPersistenceManagerModifier and TypeMethodDescriptionstatic String[]AppDeployerUtils.readServerRoles(CarbonAppPersistenceManager capm) First checks for the "serverRoles" system property. -
Uses of CarbonAppPersistenceManager in org.wso2.carbon.application.deployer.config
Constructors in org.wso2.carbon.application.deployer.config with parameters of type CarbonAppPersistenceManagerModifierConstructorDescriptionApplicationConfiguration(CarbonAppPersistenceManager capm, InputStream xmlInputStream) Constructor builds the cApp configuration by reading the artifacts.xml file from the provided xml input stream.ApplicationConfiguration(CarbonAppPersistenceManager capm, String appXmlPath) Constructor builds the cApp configuration by reading the artifacts.xml file from the provided path. -
Uses of CarbonAppPersistenceManager in org.wso2.carbon.application.deployer.internal
Methods in org.wso2.carbon.application.deployer.internal that return CarbonAppPersistenceManagerModifier and TypeMethodDescriptionApplicationManager.getPersistenceManager(org.apache.axis2.engine.AxisConfiguration axisConfig) Retuns the persistence manger for the given axis config (tenant).