Examples of PersistingStatisticsObserver


Examples of org.wso2.carbon.mediation.statistics.persistence.PersistingStatisticsObserver

            String root = serverConf.getFirstProperty(
                    StatisticsConstants.STAT_PERSISTENCE_ROOT);
            if (root != null) {
                log.info("Enabling mediation statistics persistence. Statistics will be " +
                        "stored at: " + root);
                mediationStatStore.registerObserver(new PersistingStatisticsObserver(root));
            } else {
                log.warn(StatisticsConstants.STAT_PERSISTENCE_ROOT + " parameter has not " +
                        "been specified in the server configuration to activate " +
                        "statistics persistence");
            }
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.