|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.util.log.Priority
public final class Priority
Class representing and holding constants for priority.
Field Summary | |
---|---|
static Priority |
DEBUG
Developer orientated messages, usually used during development of product. |
static Priority |
ERROR
A problem has occurred but it is not fatal. |
static Priority |
FATAL_ERROR
Something caused whole system to fail. |
static Priority |
INFO
Useful information messages such as state changes, client connection, user login etc. |
static Priority |
WARN
A problem or conflict has occurred but it may be recoverable, then again it could be the start of the system failing. |
Method Summary | |
---|---|
String |
getName()
Get name of priority. |
static Priority |
getPriorityForName(String priority)
Retrieve a Priority object for the name parameter. |
int |
getValue()
Get numerical value associated with priority. |
boolean |
isGreater(Priority other)
Test whether this priority is greater than other priority. |
boolean |
isLower(Priority other)
Test whether this priority is lower than other priority. |
boolean |
isLowerOrEqual(Priority other)
Test whether this priority is lower or equal to other priority. |
String |
toString()
Overidden string to display Priority in human readable form. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Priority DEBUG
public static final Priority INFO
public static final Priority WARN
public static final Priority ERROR
public static final Priority FATAL_ERROR
Method Detail |
---|
public static Priority getPriorityForName(String priority)
priority
- the priority name
public String toString()
toString
in class Object
public int getValue()
public String getName()
public boolean isGreater(Priority other)
other
- the other Prioritypublic boolean isLower(Priority other)
other
- the other Prioritypublic boolean isLowerOrEqual(Priority other)
other
- the other Priority
|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |