BEAST
eu.baltrad.beast.message.mo.BltAlertMessage Class Reference

Alert message. More...

Inheritance diagram for eu.baltrad.beast.message.mo.BltAlertMessage:
eu.baltrad.beast.message.IBltXmlMessage eu.baltrad.beast.message.IBltMessage

Public Member Functions

void setCode (String code)
 
String getCode ()
 
void setMessage (String msg)
 
String getMessage ()
 
void setModule (String module)
 
String getModule ()
 
void setSeverity (String severity)
 
String getSeverity ()
 
void fromDocument (Document dom)
 
Document toDocument ()
 

Static Public Attributes

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.
 

Detailed Description

Alert message.

Author
Anders Henja

Member Function Documentation

◆ fromDocument()

void eu.baltrad.beast.message.mo.BltAlertMessage.fromDocument ( Document dom)
inline

◆ getCode()

String eu.baltrad.beast.message.mo.BltAlertMessage.getCode ( )
inline
Returns
the code

◆ getMessage()

String eu.baltrad.beast.message.mo.BltAlertMessage.getMessage ( )
inline
Returns
the message

◆ getModule()

String eu.baltrad.beast.message.mo.BltAlertMessage.getModule ( )
inline
Returns
the module

◆ getSeverity()

String eu.baltrad.beast.message.mo.BltAlertMessage.getSeverity ( )
inline
Returns
the severity

◆ setCode()

void eu.baltrad.beast.message.mo.BltAlertMessage.setCode ( String code)
inline
Parameters
codethe code to set

◆ setMessage()

void eu.baltrad.beast.message.mo.BltAlertMessage.setMessage ( String msg)
inline
Parameters
msgthe message to set

◆ setModule()

void eu.baltrad.beast.message.mo.BltAlertMessage.setModule ( String module)
inline
Parameters
modulethe module to set

◆ setSeverity()

void eu.baltrad.beast.message.mo.BltAlertMessage.setSeverity ( String severity)
inline
Parameters
severitythe severity to set

◆ toDocument()

Document eu.baltrad.beast.message.mo.BltAlertMessage.toDocument ( )
inline

Member Data Documentation

◆ BLT_ALERT

final String eu.baltrad.beast.message.mo.BltAlertMessage.BLT_ALERT = "bltalert"
static

Defines the alert.

◆ 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

Informational messages.

◆ WARNING

final String eu.baltrad.beast.message.mo.BltAlertMessage.WARNING = "WARNING"
static

Warning.


The documentation for this class was generated from the following file: