|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogQueryEntry
An individual result representing a log entry found
by LogQuery.queryServerLog(java.lang.String, long, boolean, int, java.lang.Long, java.lang.Long, java.lang.String, java.util.Set
.
LogQueryResult
Field Summary | |
---|---|
static String |
OBJECT_NAME_KEY
Key for the ObjectName within the Map returned by getNameValuePairsMap() . |
static String |
THREAD_ID_KEY
Key for the thread ID within the Map returned by getNameValuePairsMap() . |
Method Summary | |
---|---|
Date |
getDate()
The Date that the log entry was emitted. |
Object[] |
getFields()
Get the fields associated with this entry. |
String |
getLevel()
The Level of the entry. |
String |
getMessage()
The free-form message. |
String |
getMessageID()
The unique message ID identifying the entry. |
String |
getModule()
The module or Logger that emitted the entry. |
String |
getNameValuePairs()
The raw name/value pair String for this log entry. |
Map<String,String> |
getNameValuePairsMap()
A Map containing name/value pairs as parsed from the String given by getNameValuePairs() . |
String |
getProductName()
The name of the product. |
long |
getRecordNumber()
The record number within the log file (first one is 0). |
String |
getThreadID()
The ID of the thread that emitted the entry (may be null). |
Field Detail |
---|
static final String THREAD_ID_KEY
getNameValuePairsMap()
.
Value is of type java.lang.String.
static final String OBJECT_NAME_KEY
getNameValuePairsMap()
.
Value is of type javax.management.ObjectName.
Method Detail |
---|
Object[] getFields()
LogRecordFields
. A field is always non-null.
long getRecordNumber()
String getProductName()
Date getDate()
String getModule()
String getLevel()
String getMessageID()
String getMessage()
Map<String,String> getNameValuePairsMap()
getNameValuePairs()
.
Values which are available for public use are:
String getNameValuePairs()
String getThreadID()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.