FileDocCategorySizeDatePackage
LogQueryResult.javaAPI DocGlassfish v2 API2761Fri May 04 22:30:50 BST 2007com.sun.appserv.management.ext.logging

LogQueryResult

public interface LogQueryResult
Interface which can be applied over the CompositeData returned from {@link LogQuery#queryServerLog}.
since
AS 9.0
see
LogQueryEntry
see
LogQuery

Fields Summary
Constructors Summary
Methods Summary
public LogQueryEntry[]getEntries()
Return all log entries found by the query not including the field headers.

public java.lang.String[]getFieldNames()
Get field names for each field of a {@link LogQueryEntry}. Log entries in the server log file are of the form:
[#|DATE|LEVEL|PRODUCT_NAME|MODULE|NAME_VALUE_PAIRS|MESSAGE|#]

The metadata contains most of these fields, but does contain the PRODUCT_NAME or '#' columns.