|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatusEntry
An interface that specifies the information available in our JMX log mbeans.
Method Summary | |
---|---|
java.lang.String |
getApplicationName()
Get the name of the application that this status entry is from. |
java.lang.String |
getHostName()
Get the name of the host this status entry is from. |
java.lang.String |
getHTTPPort()
Get the HTTP port used by the application this status entry is from. |
java.lang.String |
getIndex()
Get the index in the list of most recent log messages that this status entry is from. |
java.lang.String |
getLocation()
Get the location this status entry is from, e.g. |
java.lang.String |
getLogMessage(java.util.Locale l)
Get the actual message. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.lang.String getLocation()
java.lang.String getHostName()
java.lang.String getHTTPPort()
java.lang.String getApplicationName()
java.lang.String getIndex()
java.lang.String getLogMessage(java.util.Locale l)
l
- the current locale (only used to translate errormessages)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |