|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Priority | |
---|---|
com.reverseXSL.types |
Uses of Priority in com.reverseXSL.types |
---|
Fields in com.reverseXSL.types declared as Priority | |
---|---|
static Priority |
Priority.LOW
Low priority message; may be batched for delayed transmission |
static Priority |
Priority.NORMAL
Default Priority; just process on the fly |
static Priority[] |
Priority.table
May be used to iterate over all possible enumeration values. |
static Priority |
Priority.URGENT
Urgent message; shall be processed first; can pass in front of other messages and/or be routed through specific/reserved communication channels |
Methods in com.reverseXSL.types that return Priority | |
---|---|
static Priority |
Priority.find(java.lang.String key)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |