Package org.wso2.carbon.application.deployer.persistence

Examples of org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager.deleteApplication()


        removeCarbonApp(AppDeployerUtils.getTenantIdString(axisConfig), carbonApp);

        // Remove the app from registry
        try {
            CarbonAppPersistenceManager capm = getPersistenceManager(axisConfig);
            capm.deleteApplication(carbonApp.getAppName());
        } catch (Exception e) {
            log.error("Can't delete the Application from Registry : " + carbonApp.getAppName());
        }

        // Uninstall features
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.