Package org.apache.stratos.autoscaler.message.receiver.health

Examples of org.apache.stratos.autoscaler.message.receiver.health.AutoscalerHealthStatEventReceiver


//                log.debug("Health event message receiver thread started");
//            }


            // Start health stat receiver
            autoscalerHealthStatEventReceiver = new AutoscalerHealthStatEventReceiver();
            Thread healthDelegatorThread = new Thread(autoscalerHealthStatEventReceiver);
            healthDelegatorThread.start();
            if (log.isDebugEnabled()) {
                log.debug("Health message processor thread started");
            }
View Full Code Here

TOP

Related Classes of org.apache.stratos.autoscaler.message.receiver.health.AutoscalerHealthStatEventReceiver

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.