org.apache.log.output.jms
Class PropertyType

java.lang.Object
  |
  +--org.apache.log.output.jms.PropertyType

public class PropertyType
extends java.lang.Object

A class to hold all constants for PropertyTypes.

Author:
Mircea Toma

Field Summary
static int CATEGORY
           
static java.lang.String CATEGORY_STR
           
static int CONTEXT
           
static java.lang.String CONTEXT_STR
           
static int MESSAGE
           
static java.lang.String MESSAGE_STR
           
static int PRIORITY
           
static java.lang.String PRIORITY_STR
           
static int RELATIVE_TIME
           
static java.lang.String RELATIVE_TIME_STR
           
static int STATIC
           
static java.lang.String STATIC_STR
          The maximum value used for TYPEs.
static int THROWABLE
           
static java.lang.String THROWABLE_STR
           
static int TIME
           
static java.lang.String TIME_STR
           
 
Constructor Summary
PropertyType()
           
 
Method Summary
static int getTypeIdFor(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATIC

public static final int STATIC

CATEGORY

public static final int CATEGORY

CONTEXT

public static final int CONTEXT

MESSAGE

public static final int MESSAGE

TIME

public static final int TIME

RELATIVE_TIME

public static final int RELATIVE_TIME

THROWABLE

public static final int THROWABLE

PRIORITY

public static final int PRIORITY

STATIC_STR

public static final java.lang.String STATIC_STR
The maximum value used for TYPEs. Subclasses can define their own TYPEs starting at MAX_TYPE + 1.

CATEGORY_STR

public static final java.lang.String CATEGORY_STR

CONTEXT_STR

public static final java.lang.String CONTEXT_STR

MESSAGE_STR

public static final java.lang.String MESSAGE_STR

TIME_STR

public static final java.lang.String TIME_STR

RELATIVE_TIME_STR

public static final java.lang.String RELATIVE_TIME_STR

THROWABLE_STR

public static final java.lang.String THROWABLE_STR

PRIORITY_STR

public static final java.lang.String PRIORITY_STR
Constructor Detail

PropertyType

public PropertyType()
Method Detail

getTypeIdFor

public static int getTypeIdFor(java.lang.String type)


"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."