Interface MultipleQueueConfiguration

All Superinterfaces:
EObject, Notifier, QueueingConfiguration
All Known Implementing Classes:
MultipleQueueConfigurationImpl

public interface MultipleQueueConfiguration extends QueueingConfiguration
A representation of the model object 'Multiple Queue Configuration'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getLoadBalancing

      LoadBalancing getLoadBalancing()
      Returns the value of the 'Load Balancing' containment reference.

      If the meaning of the 'Load Balancing' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Load Balancing' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true" ordered="false"
    • 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:
      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:
      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:
      Generated class or method.