Package org.glassfish.admin.amx.logging
Class LogRecordFields
- java.lang.Object
-
- org.glassfish.admin.amx.logging.LogRecordFields
-
@Taxonomy(stability=EXPERIMENTAL) public final class LogRecordFields extends Object
Indices into log record fields as returned byLogQuery.queryServerLog(java.lang.String, long, boolean, int, java.lang.Long, java.lang.Long, java.lang.String, java.util.Set<java.lang.String>, java.util.List<javax.management.Attribute>, java.lang.String). Also- Since:
- AppServer 9.0
-
-
Field Summary
Fields Modifier and Type Field Description static intDATE_INDEXValue is of class java.util.Datestatic intLEVEL_INDEXValue is of class java.lang.Stringstatic intMESSAGE_ID_INDEXValue is of class java.lang.Stringstatic intMESSAGE_INDEXValue is of class java.lang.Integerstatic intMODULE_INDEXValue is of class java.lang.Stringstatic intNAME_VALUE_PAIRS_INDEXValue is of class java.lang.Stringstatic intNUM_FIELDSstatic StringOBJECTNAME_KEYstatic intPRODUCT_NAME_INDEXValue is of class java.lang.Stringstatic intRECORD_NUMBER_INDEXValue is of class java.lang.Integerstatic StringTHREAD_ID_KEY
-
-
-
Field Detail
-
RECORD_NUMBER_INDEX
public static final int RECORD_NUMBER_INDEX
Value is of class java.lang.Integer- See Also:
- Constant Field Values
-
DATE_INDEX
public static final int DATE_INDEX
Value is of class java.util.Date- See Also:
- Constant Field Values
-
LEVEL_INDEX
public static final int LEVEL_INDEX
Value is of class java.lang.String- See Also:
- Constant Field Values
-
PRODUCT_NAME_INDEX
public static final int PRODUCT_NAME_INDEX
Value is of class java.lang.String- See Also:
- Constant Field Values
-
MESSAGE_INDEX
public static final int MESSAGE_INDEX
Value is of class java.lang.Integer- See Also:
- Constant Field Values
-
MESSAGE_ID_INDEX
public static final int MESSAGE_ID_INDEX
Value is of class java.lang.String- See Also:
- Constant Field Values
-
MODULE_INDEX
public static final int MODULE_INDEX
Value is of class java.lang.String- See Also:
- Constant Field Values
-
NAME_VALUE_PAIRS_INDEX
public static final int NAME_VALUE_PAIRS_INDEX
Value is of class java.lang.String- See Also:
- Constant Field Values
-
NUM_FIELDS
public static final int NUM_FIELDS
Number of fields provided byLogQuery.queryServerLog(java.lang.String, long, boolean, int, java.lang.Long, java.lang.Long, java.lang.String, java.util.Set<java.lang.String>, java.util.List<javax.management.Attribute>, java.lang.String)- See Also:
- Constant Field Values
-
THREAD_ID_KEY
public static final String THREAD_ID_KEY
- See Also:
- Constant Field Values
-
OBJECTNAME_KEY
public static final String OBJECTNAME_KEY
- See Also:
- Constant Field Values
-
-