|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RasMessage defines the interface for WebSphere ras-generated localized message events that are externalized via the JMX mechanism.
Field Summary | |
---|---|
static java.lang.String |
AUDIT
|
static java.lang.String |
ERROR
|
static java.lang.String |
FATAL
|
static java.lang.String |
INFO
Define a set of message severities |
static java.lang.String |
SERVICE
|
static java.lang.String |
UNKNOWN
|
static java.lang.String |
WARNING
|
Method Summary | |
---|---|
java.lang.String |
getLocalizedMessage(java.util.Locale locale)
Return the message represented by this Object in the specified Locale. |
java.lang.String |
getMessageKey()
Return the message key specified by the caller when the message was logged. |
java.lang.String |
getMessageOriginator()
Return the name of the Object that logged this message. |
java.lang.String |
getMessageSeverity()
Return a String indicating the severity of this message |
java.lang.String |
getResourceBundleName()
Return the name of the ResourceBundle specified by the caller when the message was logged. |
java.lang.String |
getThreadId()
Return the identifier of the thread that logged this message. |
long |
getTimeStamp()
Return the raw timestamp indicating the time when the message was logged. |
Field Detail |
public static final java.lang.String INFO
public static final java.lang.String AUDIT
public static final java.lang.String SERVICE
public static final java.lang.String WARNING
public static final java.lang.String ERROR
public static final java.lang.String FATAL
public static final java.lang.String UNKNOWN
Method Detail |
public long getTimeStamp()
public java.lang.String getThreadId()
public java.lang.String getMessageSeverity()
public java.lang.String getMessageKey()
public java.lang.String getResourceBundleName()
public java.lang.String getMessageOriginator()
public java.lang.String getLocalizedMessage(java.util.Locale locale)
locale
- the Locale to use when looking up the ResourceBundle to retrieve
the message text. Must not be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |