Uses of Class
org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Packages that use CarbonAppPersistenceManager Package Description org.wso2.carbon.application.deployer org.wso2.carbon.application.deployer.config org.wso2.carbon.application.deployer.internal -
-
Uses of CarbonAppPersistenceManager in org.wso2.carbon.application.deployer
Methods in org.wso2.carbon.application.deployer with parameters of type CarbonAppPersistenceManager Modifier and Type Method Description static 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 CarbonAppPersistenceManager Constructor Description ApplicationConfiguration(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 CarbonAppPersistenceManager Modifier and Type Method Description CarbonAppPersistenceManagerApplicationManager. getPersistenceManager(org.apache.axis2.engine.AxisConfiguration axisConfig)Retuns the persistence manger for the given axis config (tenant).
-