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

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


                    // if the first child of InMediator isn't an AutoscaleInMediator
                    if (!(inSequence.getList().get(0) instanceof AutoscaleInMediator)) {

                        // we gonna add it!
                        inSequence.getList().add(0, new AutoscaleInMediator());
                        if (log.isDebugEnabled()) {
                            log.debug("Added Mediator: " + inSequence.getChild(0) + "" +
                                    " to InMediator. Number of child mediators in InMediator" + " is " +
                                    inSequence.getList().size() + ".");
                        }
View Full Code Here

TOP

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

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.