Package org.apache.stratos.cartridge.agent.statistics.publisher

Examples of org.apache.stratos.cartridge.agent.statistics.publisher.HealthStatisticsNotifier


            ExtensionUtils.executeInstanceActivatedExtension();

            if (log.isInfoEnabled()) {
                log.info("Starting health statistics notifier");
            }
            Thread thread = new Thread(new HealthStatisticsNotifier());
            thread.start();
            setActivated(true);
            if (log.isInfoEnabled()) {
                log.info("Health statistics notifier started");
            }
View Full Code Here

TOP

Related Classes of org.apache.stratos.cartridge.agent.statistics.publisher.HealthStatisticsNotifier

Copyright © 2018 www.massapicom. 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.