Package org.apache.stratos.lb.common.service.impl

Examples of org.apache.stratos.lb.common.service.impl.LoadBalancerConfigurationServiceImpl


    protected void activate(ComponentContext context) {
        try {
            BundleContext bundleContext = context.getBundleContext();
            bundleContext.registerService(LoadBalancerConfigurationService.class.getName(),
                                          new LoadBalancerConfigurationServiceImpl(), null);

            log.debug("******* Load Balancer Configuration Service bundle is activated ******* ");
        } catch (Exception e) {
            log.error("******* Load Balancer Configuration Service bundle is failed to activate ****", e);
        }
View Full Code Here

TOP

Related Classes of org.apache.stratos.lb.common.service.impl.LoadBalancerConfigurationServiceImpl

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.