Package org.criticalfailure.torchlight.core.campaign.services.storage

Examples of org.criticalfailure.torchlight.core.campaign.services.storage.ICampaignStorageManager.connect()


        ICampaignStorageManager csm = campaignStorageManagerRegistry.getStorageManager(campaign);
        logger.trace("csm: " + csm);

        if(csm != null) {
            try {
                csm.connect(campaign.getStoragePrincipal(), campaign.getStorageCredentials());

                // TODO csm.remove
            }
            catch(CampaignStorageException e) {
                alertService.addAlert(new Alert(Alert.Type.ERROR, this.getClass().getSimpleName(), Messages
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.