|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jegg.impl.Priority
Enumeration of the dispatch priorities that may be assigned to a message being sent from one egg to another. Queued messages with a higher priority are dispatched ahead of lower priority messages.
Field Summary | |
static Priority |
HIGH
The highest dispatch priority |
static Priority |
LOW
The lowest dispatch priority |
static Priority |
MEDIUM
The normal dispatch priority |
Method Summary | |
int |
compareTo(java.lang.Object o)
Implementation of the Comparable interface
that that priorities will be properly handled by a sorted set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Priority HIGH
public static final Priority MEDIUM
public static final Priority LOW
Method Detail |
public int compareTo(java.lang.Object o)
Comparable
interface
that that priorities will be properly handled by a sorted set.
compareTo
in interface java.lang.Comparable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |