Package org.apache.stratos.load.balancer

Examples of org.apache.stratos.load.balancer.LoadBalancerTenantEventReceiver


            if (configuration.isMultiTenancyEnabled()) {
                // Configure jndi.properties
                JndiConfigurator.configure(configuration);

                tenantReceiver = new LoadBalancerTenantEventReceiver();
                Thread tenantReceiverThread = new Thread(tenantReceiver);
                tenantReceiverThread.start();
                if (log.isInfoEnabled()) {
                    log.info("Tenant receiver thread started");
                }
View Full Code Here

TOP

Related Classes of org.apache.stratos.load.balancer.LoadBalancerTenantEventReceiver

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.