scheduler.configuration
Interface MultipleQueueConfiguration

All Superinterfaces:
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:
ConfigurationPackage.getMultipleQueueConfiguration()

Method Summary
 LoadBalancing getLoadBalancing()
          Returns the value of the 'Load Balancing' containment reference.
 void setLoadBalancing(LoadBalancing value)
          Sets the value of the 'Load Balancing' containment reference.
 
Methods inherited from interface scheduler.configuration.QueueingConfiguration
getInitialInstanceSelection, getRunqueueType, setInitialInstanceSelection, setRunqueueType
 

Method Detail

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:
setLoadBalancing(LoadBalancing), ConfigurationPackage.getMultipleQueueConfiguration_LoadBalancing()

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()