
Public Member Functions | |
| BACIPriority (int value) | |
| int | getValue () |
| int | compareTo (Object o) |
Static Public Attributes | |
| final int | MAX_PRIORITY_VALUE = 0 |
| final int | MIN_PRIORITY_VALUE = 1000 |
| final int | MAX_REALTIME_PRIORITY_VALUE = MAX_PRIORITY_VALUE |
| final int | MIN_REALTIME_PRIORITY_VALUE = 99 |
| final int | MAX_NORMAL_PRIORITY_VALUE = MIN_REALTIME_PRIORITY_VALUE + 1 |
| final int | MIN_NORMAL_PRIORITY_VALUE = 899 |
| final int | MAX_IDLE_PRIORITY_VALUE = MIN_NORMAL_PRIORITY_VALUE + 1 |
| final int | MIN_IDLE_PRIORITY_VALUE = MIN_PRIORITY_VALUE |
| final BACIPriority | REALTIME |
| final BACIPriority | NORMAL |
| final BACIPriority | IDLE |
Private Attributes | |
| int | value |
|
|
Creates a user defined priority. |
|
|
|
|
|
Returns priority value.
|
|
|
Initial value: IDLE priorty class. |
|
|
Maximal IDLE class priority value. |
|
|
Maximal NORMAL class priority value. |
|
|
Maximal priority value. |
|
|
Maximal REALTIME class priority value. |
|
|
Minimal IDLE class priority value. |
|
|
Minimal NORMAL class priority value. |
|
|
Minimal priority value. |
|
|
Minimal REALTIME class priority value. |
|
|
Initial value: NORMAL priorty class. |
|
|
Initial value: REALTIME priorty class. |
|
|
Priority value. |
1.3.8