Alert message.
More...
|
| static final String | INFO = "INFO" |
| | Informational messages.
|
| |
| static final String | WARNING = "WARNING" |
| | Warning.
|
| |
| static final String | ERROR = "ERROR" |
| | Something erroneous has happened but we can continue.
|
| |
| static final String | FATAL = "FATAL" |
| | Basically means that the system probably can not be relied on any longer.
|
| |
| static final String | BLT_ALERT = "bltalert" |
| | Defines the alert.
|
| |
Alert message.
- Author
- Anders Henja
◆ fromDocument()
| void eu.baltrad.beast.message.mo.BltAlertMessage.fromDocument |
( |
Document | dom | ) |
|
|
inline |
◆ getCode()
| String eu.baltrad.beast.message.mo.BltAlertMessage.getCode |
( |
| ) |
|
|
inline |
◆ getMessage()
| String eu.baltrad.beast.message.mo.BltAlertMessage.getMessage |
( |
| ) |
|
|
inline |
◆ getModule()
| String eu.baltrad.beast.message.mo.BltAlertMessage.getModule |
( |
| ) |
|
|
inline |
◆ getSeverity()
| String eu.baltrad.beast.message.mo.BltAlertMessage.getSeverity |
( |
| ) |
|
|
inline |
◆ setCode()
| void eu.baltrad.beast.message.mo.BltAlertMessage.setCode |
( |
String | code | ) |
|
|
inline |
◆ setMessage()
| void eu.baltrad.beast.message.mo.BltAlertMessage.setMessage |
( |
String | msg | ) |
|
|
inline |
◆ setModule()
| void eu.baltrad.beast.message.mo.BltAlertMessage.setModule |
( |
String | module | ) |
|
|
inline |
◆ setSeverity()
| void eu.baltrad.beast.message.mo.BltAlertMessage.setSeverity |
( |
String | severity | ) |
|
|
inline |
- Parameters
-
| severity | the severity to set |
◆ toDocument()
| Document eu.baltrad.beast.message.mo.BltAlertMessage.toDocument |
( |
| ) |
|
|
inline |
◆ BLT_ALERT
| final String eu.baltrad.beast.message.mo.BltAlertMessage.BLT_ALERT = "bltalert" |
|
static |
◆ ERROR
| final String eu.baltrad.beast.message.mo.BltAlertMessage.ERROR = "ERROR" |
|
static |
Something erroneous has happened but we can continue.
◆ FATAL
| final String eu.baltrad.beast.message.mo.BltAlertMessage.FATAL = "FATAL" |
|
static |
Basically means that the system probably can not be relied on any longer.
◆ INFO
| final String eu.baltrad.beast.message.mo.BltAlertMessage.INFO = "INFO" |
|
static |
◆ WARNING
| final String eu.baltrad.beast.message.mo.BltAlertMessage.WARNING = "WARNING" |
|
static |
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/message/mo/BltAlertMessage.java