public final class

Priority

extends Object
java.lang.Object
   ↳ com.neomades.content.Priority

Class Overview

Priority values. Requests will be processed from higher priorities to lower priorities, in FIFO order.

The order (from highest to lowest) is : IMMEDIATE,HIGH,NORMAL,LOW.

Summary

Constants
int HIGH Higher than normal
int IMMEDIATE Highest priority
int LOW Lowest priority
int NORMAL Normal priority
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int HIGH

Higher than normal

Constant Value: 2 (0x00000002)

public static final int IMMEDIATE

Highest priority

Constant Value: 3 (0x00000003)

public static final int LOW

Lowest priority

Constant Value: 0 (0x00000000)

public static final int NORMAL

Normal priority

Constant Value: 1 (0x00000001)