Package | Description |
---|---|
scheduler.configuration | |
scheduler.configuration.impl | |
scheduler.configuration.util |
Modifier and Type | Interface and Description |
---|---|
interface |
MultipleQueueConfiguration
A representation of the model object 'Multiple Queue Configuration'.
|
interface |
SingleQueueConfiguration
A representation of the model object 'Single Queue Configuration'.
|
Modifier and Type | Method and Description |
---|---|
QueueingConfiguration |
SchedulerConfiguration.getQueueingConfiguration()
Returns the value of the 'Queueing Configuration' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SchedulerConfiguration.setQueueingConfiguration(QueueingConfiguration value)
Sets the value of the '
Queueing Configuration ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
MultipleQueueConfigurationImpl
An implementation of the model object 'Multiple Queue Configuration'.
|
class |
QueueingConfigurationImpl
An implementation of the model object 'Queueing Configuration'.
|
class |
SingleQueueConfigurationImpl
An implementation of the model object 'Single Queue Configuration'.
|
Modifier and Type | Method and Description |
---|---|
QueueingConfiguration |
SchedulerConfigurationImpl.getQueueingConfiguration() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
SchedulerConfigurationImpl.basicSetQueueingConfiguration(QueueingConfiguration newQueueingConfiguration,
NotificationChain msgs) |
void |
SchedulerConfigurationImpl.setQueueingConfiguration(QueueingConfiguration newQueueingConfiguration) |
Modifier and Type | Method and Description |
---|---|
T |
ConfigurationSwitch.caseQueueingConfiguration(QueueingConfiguration object)
Returns the result of interpreting the object as an instance of 'Queueing Configuration'.
|