|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.reverseXSL.types.Priority
public final class Priority
Defines message priority (header level): Urgent, Normal, Low
Field Summary | |
---|---|
static Priority |
LOW
Low priority message; may be batched for delayed transmission |
static Priority |
NORMAL
Default Priority; just process on the fly |
static Priority[] |
table
May be used to iterate over all possible enumeration values. |
static Priority |
URGENT
Urgent message; shall be processed first; can pass in front of other messages and/or be routed through specific/reserved communication channels |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static Priority |
find(java.lang.String key)
|
java.lang.String |
toString()
Provides a default string rendering with long name followed by (CODE) as would be used when using a member like Priority.CODE . |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Priority LOW
public static final Priority NORMAL
public static final Priority[] table
public static final Priority URGENT
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static Priority find(java.lang.String key)
public java.lang.String toString()
Priority.CODE
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |