Interface MultipleQueueConfiguration

    • Method Detail

      • setLoadBalancing

        void setLoadBalancing​(LoadBalancing value)
        Sets the value of the 'Load Balancing' containment reference.
        Parameters:
        value - the new value of the 'Load Balancing' containment reference.
        See Also:
        getLoadBalancing()
        Generated class or method.
      • isInFrontWhenBalancing

        boolean isInFrontWhenBalancing()
        Returns the value of the 'In Front When Balancing' attribute. The default value is "true".

        If the meaning of the 'In Front When Balancing' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'In Front When Balancing' attribute.
        See Also:
        setInFrontWhenBalancing(boolean), ConfigurationPackage.getMultipleQueueConfiguration_InFrontWhenBalancing()
        Generated class or method.
        EMF model class or method.
        default="true" unique="false" required="true"
      • setInFrontWhenBalancing

        void setInFrontWhenBalancing​(boolean value)
        Sets the value of the 'In Front When Balancing' attribute.
        Parameters:
        value - the new value of the 'In Front When Balancing' attribute.
        See Also:
        isInFrontWhenBalancing()
        Generated class or method.