Package org.apache.log.output.jms
Class PropertyType
- java.lang.Object
-
- org.apache.log.output.jms.PropertyType
-
public class PropertyType extends java.lang.ObjectA class to hold all constants for PropertyTypes.- Author:
- Mircea Toma
-
-
Field Summary
Fields Modifier and Type Field Description static intCATEGORYstatic java.lang.StringCATEGORY_STRstatic intCONTEXTstatic java.lang.StringCONTEXT_STRstatic intMESSAGEstatic java.lang.StringMESSAGE_STRstatic intPRIORITYstatic java.lang.StringPRIORITY_STRstatic intRELATIVE_TIMEstatic java.lang.StringRELATIVE_TIME_STRstatic intSTATICstatic java.lang.StringSTATIC_STRThe maximum value used for TYPEs.static intTHROWABLEstatic java.lang.StringTHROWABLE_STRstatic intTIMEstatic java.lang.StringTIME_STR
-
Constructor Summary
Constructors Constructor Description PropertyType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetTypeIdFor(java.lang.String type)
-
-
-
Field Detail
-
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
-
CATEGORY
public static final int CATEGORY
- See Also:
- Constant Field Values
-
CONTEXT
public static final int CONTEXT
- See Also:
- Constant Field Values
-
MESSAGE
public static final int MESSAGE
- See Also:
- Constant Field Values
-
TIME
public static final int TIME
- See Also:
- Constant Field Values
-
RELATIVE_TIME
public static final int RELATIVE_TIME
- See Also:
- Constant Field Values
-
THROWABLE
public static final int THROWABLE
- See Also:
- Constant Field Values
-
PRIORITY
public static final int PRIORITY
- See Also:
- Constant Field Values
-
STATIC_STR
public static final java.lang.String STATIC_STR
The maximum value used for TYPEs. Subclasses can define their own TYPEs starting atMAX_TYPE + 1.- See Also:
- Constant Field Values
-
CATEGORY_STR
public static final java.lang.String CATEGORY_STR
- See Also:
- Constant Field Values
-
CONTEXT_STR
public static final java.lang.String CONTEXT_STR
- See Also:
- Constant Field Values
-
MESSAGE_STR
public static final java.lang.String MESSAGE_STR
- See Also:
- Constant Field Values
-
TIME_STR
public static final java.lang.String TIME_STR
- See Also:
- Constant Field Values
-
RELATIVE_TIME_STR
public static final java.lang.String RELATIVE_TIME_STR
- See Also:
- Constant Field Values
-
THROWABLE_STR
public static final java.lang.String THROWABLE_STR
- See Also:
- Constant Field Values
-
PRIORITY_STR
public static final java.lang.String PRIORITY_STR
- See Also:
- Constant Field Values
-
-