|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.management.web.browser.client.service.browser.Entry
public class Entry
The class represents log record, which is parsed from DOM representation of LogRecord.
FeedProxy| Constructor Summary | |
|---|---|
Entry(com.google.gwt.xml.client.Node entryNode)
Constructs a new Entry by convert DOM representation. |
|
| Method Summary | |
|---|---|
Date |
getEventTimestamp()
|
String |
getLevel()
Returns level of the log record. |
String |
getMessage()
Returns long message of the log record. |
String |
getThrowable()
Returns error message and stack trace related with occured exception. |
String |
getTitle()
Returns short message of the log record. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Entry(@Nonnull
com.google.gwt.xml.client.Node entryNode)
Entry by convert DOM representation.
entryNode - XML node which represent entry (nonnull);| Method Detail |
|---|
@Nonnull public String getTitle()
@Nonnull public String getMessage()
@Nonnull public String getLevel()
@Nonnull public String getThrowable()
@Nullable public Date getEventTimestamp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||