scheduler.configuration
Interface QueueingConfiguration

All Known Subinterfaces:
MultipleQueueConfiguration, SingleQueueConfiguration
All Known Implementing Classes:
MultipleQueueConfigurationImpl, QueueingConfigurationImpl, SingleQueueConfigurationImpl

public interface QueueingConfiguration

A representation of the model object 'Queueing Configuration'.

The following features are supported:

See Also:
ConfigurationPackage.getQueueingConfiguration()

Method Summary
 ResourceInstanceSelection getInitialInstanceSelection()
          Returns the value of the 'Initial Instance Selection' attribute.
 RunQueueType getRunqueueType()
          Returns the value of the 'Runqueue Type' attribute.
 void setInitialInstanceSelection(ResourceInstanceSelection value)
          Sets the value of the 'Initial Instance Selection' attribute.
 void setRunqueueType(RunQueueType value)
          Sets the value of the 'Runqueue Type' attribute.
 

Method Detail

getInitialInstanceSelection

ResourceInstanceSelection getInitialInstanceSelection()
Returns the value of the 'Initial Instance Selection' attribute. The literals are from the enumeration ResourceInstanceSelection.

If the meaning of the 'Initial Instance Selection' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Initial Instance Selection' attribute.
See Also:
ResourceInstanceSelection, setInitialInstanceSelection(ResourceInstanceSelection), ConfigurationPackage.getQueueingConfiguration_InitialInstanceSelection()

setInitialInstanceSelection

void setInitialInstanceSelection(ResourceInstanceSelection value)
Sets the value of the 'Initial Instance Selection' attribute.

Parameters:
value - the new value of the 'Initial Instance Selection' attribute.
See Also:
ResourceInstanceSelection, getInitialInstanceSelection()

getRunqueueType

RunQueueType getRunqueueType()
Returns the value of the 'Runqueue Type' attribute. The literals are from the enumeration RunQueueType.

If the meaning of the 'Runqueue Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Runqueue Type' attribute.
See Also:
RunQueueType, setRunqueueType(RunQueueType), ConfigurationPackage.getQueueingConfiguration_RunqueueType()

setRunqueueType

void setRunqueueType(RunQueueType value)
Sets the value of the 'Runqueue Type' attribute.

Parameters:
value - the new value of the 'Runqueue Type' attribute.
See Also:
RunQueueType, getRunqueueType()