Class BalancersList


  • public class BalancersList
    extends java.lang.Object
    A nested list of SuiteBalancers.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addConfigured​(SuiteBalancer balancer)
      Adds a balancer to the balancers list.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BalancersList

        public BalancersList​(java.util.List<SuiteBalancer> balancers)
    • Method Detail

      • addConfigured

        public void addConfigured​(SuiteBalancer balancer)
        Adds a balancer to the balancers list.