public final class BACIPriority
extends java.lang.Object
implements java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
static BACIPriority |
IDLE
IDLE priorty class.
|
static int |
MAX_IDLE_PRIORITY_VALUE
Maximal IDLE class priority value.
|
static int |
MAX_NORMAL_PRIORITY_VALUE
Maximal NORMAL class priority value.
|
static int |
MAX_PRIORITY_VALUE
Maximal priority value.
|
static int |
MAX_REALTIME_PRIORITY_VALUE
Maximal REALTIME class priority value.
|
static int |
MIN_IDLE_PRIORITY_VALUE
Minimal IDLE class priority value.
|
static int |
MIN_NORMAL_PRIORITY_VALUE
Minimal NORMAL class priority value.
|
static int |
MIN_PRIORITY_VALUE
Minimal priority value.
|
static int |
MIN_REALTIME_PRIORITY_VALUE
Minimal REALTIME class priority value.
|
static BACIPriority |
NORMAL
NORMAL priorty class.
|
static BACIPriority |
REALTIME
REALTIME priorty class.
|
| Constructor and Description |
|---|
BACIPriority(int value)
Creates a user defined priority.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
int |
getValue()
Returns priority value.
|
public static final int MAX_PRIORITY_VALUE
public static final int MIN_PRIORITY_VALUE
public static final int MAX_REALTIME_PRIORITY_VALUE
public static final int MIN_REALTIME_PRIORITY_VALUE
public static final int MAX_NORMAL_PRIORITY_VALUE
public static final int MIN_NORMAL_PRIORITY_VALUE
public static final int MAX_IDLE_PRIORITY_VALUE
public static final int MIN_IDLE_PRIORITY_VALUE
public static final BACIPriority REALTIME
public static final BACIPriority NORMAL
public static final BACIPriority IDLE