|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.writersforge.catalan.process.queue.AlertPriority
An enumeration of Alert severities.
| Field Summary | |
static AlertPriority |
ERROR
An ERROR Alert, signalling that the transform may continue, but results will probably be flawed or inconsistent. |
static AlertPriority |
FATAL
A FATAL Alert, signalling that the transform should stop immediately. |
static AlertPriority |
INFO
An INFO Alert, signalling that the transform succeeded but wanted to report status to the calling application; can be used for debugging. |
static AlertPriority |
WARNING
A WARNING Alert, signalling that the transform encountered a problem, but recovered; results should be valid and complete. |
| Method Summary | |
java.lang.String |
getName()
Retrieves the text name of the priority. |
int |
getValue()
Retrieves the numeric value of the priority. |
java.lang.String |
toString()
Converts this object into String form. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final AlertPriority FATAL
public static final AlertPriority ERROR
public static final AlertPriority WARNING
public static final AlertPriority INFO
| Method Detail |
public java.lang.String getName()
public int getValue()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||