Class TaskPriority
- java.lang.Object
-
- io.ciera.runtime.summit.application.TaskPriority
-
public final class TaskPriority extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGENERATED_EVENT_PRIORITYstatic intGENERATED_EVENT_TO_SELF_PRIORITYstatic intGENERIC_EXECUTION_PRIORITYstatic intHALT_EXECUTION_PRIORITYstatic intRECEIVED_MESSAGE_PRIORITYstatic intRECEIVED_RETURN_MESSAGE_PRIORITYstatic intTIMER_EXPIRED_PRIORITY
-
-
-
Field Detail
-
GENERATED_EVENT_TO_SELF_PRIORITY
public static final int GENERATED_EVENT_TO_SELF_PRIORITY
- See Also:
- Constant Field Values
-
GENERATED_EVENT_PRIORITY
public static final int GENERATED_EVENT_PRIORITY
- See Also:
- Constant Field Values
-
RECEIVED_MESSAGE_PRIORITY
public static final int RECEIVED_MESSAGE_PRIORITY
- See Also:
- Constant Field Values
-
RECEIVED_RETURN_MESSAGE_PRIORITY
public static final int RECEIVED_RETURN_MESSAGE_PRIORITY
- See Also:
- Constant Field Values
-
TIMER_EXPIRED_PRIORITY
public static final int TIMER_EXPIRED_PRIORITY
- See Also:
- Constant Field Values
-
HALT_EXECUTION_PRIORITY
public static final int HALT_EXECUTION_PRIORITY
- See Also:
- Constant Field Values
-
GENERIC_EXECUTION_PRIORITY
public static final int GENERIC_EXECUTION_PRIORITY
- See Also:
- Constant Field Values
-
-