@SCJAllowed public class PriorityParameters extends SchedulingParameters
PriorityParameters class are assigned
to schedulable objects that are managed by schedulers which use a
single integer to determine execution order.| Constructor and Description |
|---|
PriorityParameters(int priority)
Creates an instance of
PriorityParameters
with the given priority. |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Gets the priority value.
|