public interface MultipleQueueConfiguration extends QueueingConfiguration
The following features are supported:
ConfigurationPackage.getMultipleQueueConfiguration()| Modifier and Type | Method and Description |
|---|---|
LoadBalancing |
getLoadBalancing()
Returns the value of the 'Load Balancing' containment reference.
|
boolean |
isInFrontWhenBalancing()
Returns the value of the 'In Front When Balancing' attribute.
|
void |
setInFrontWhenBalancing(boolean value)
Sets the value of the '
In Front When Balancing' attribute. |
void |
setLoadBalancing(LoadBalancing value)
Sets the value of the '
Load Balancing' containment reference. |
getInitialInstanceSelection, getRunqueueType, setInitialInstanceSelection, setRunqueueTypeeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverLoadBalancing getLoadBalancing()
If the meaning of the 'Load Balancing' containment reference isn't clear, there really should be more of a description here...
setLoadBalancing(LoadBalancing),
ConfigurationPackage.getMultipleQueueConfiguration_LoadBalancing()void setLoadBalancing(LoadBalancing value)
Load Balancing' containment reference.
value - the new value of the 'Load Balancing' containment reference.getLoadBalancing()boolean isInFrontWhenBalancing()
"true".
If the meaning of the 'In Front When Balancing' attribute isn't clear, there really should be more of a description here...
setInFrontWhenBalancing(boolean),
ConfigurationPackage.getMultipleQueueConfiguration_InFrontWhenBalancing()void setInFrontWhenBalancing(boolean value)
In Front When Balancing' attribute.
value - the new value of the 'In Front When Balancing' attribute.isInFrontWhenBalancing()