Package org.apache.stratos.adc.topology.mgt.util

Examples of org.apache.stratos.adc.topology.mgt.util.ConfigHolder


                String msg = null;

                obj = sharedQueue.take();
                msg = (String) obj;

                ConfigHolder data = ConfigHolder.getInstance();

                Node topologyNode = NodeBuilder.buildNode(msg);

                List<ServiceConfiguration> currentServiceConfigs = lbconfig.createServicesConfig(topologyNode);

                data.setServiceConfigs(lbconfig.getServiceNameToServiceConfigurations());
                generateGroupMgtAgents(lbconfig);
                resetGroupMgtAgents(lbconfig, currentServiceConfigs);

            } catch (InterruptedException ignore) {
            }
View Full Code Here

TOP

Related Classes of org.apache.stratos.adc.topology.mgt.util.ConfigHolder

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.