Package org.apache.stratos.mediator.autoscale.lbautoscale.mediators

Examples of org.apache.stratos.mediator.autoscale.lbautoscale.mediators.AutoscaleOutMediator


                    // if the first child of OutMediator isn't an AutoscaleOutMediator
                    if (!(outSequence.getList().get(0) instanceof AutoscaleOutMediator)) {

                        // we gonna add it!
                        outSequence.getList().add(0, new AutoscaleOutMediator());

                        if (log.isDebugEnabled()) {
                            log.debug("Added Mediator: " + outSequence.getChild(0) + "" +
                                    " to OutMediator. Number of child mediators in OutMediator" +
                                    " is " + outSequence.getList().size() + ".");
View Full Code Here

TOP

Related Classes of org.apache.stratos.mediator.autoscale.lbautoscale.mediators.AutoscaleOutMediator

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.