|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RASConstants
defines a set of constants used by the RAS
Toolkit.
Field Summary | |
---|---|
static java.lang.String |
KEY_CLASS_NAME
A key used to access a RAS object configuration value: the name of the class the RASManager must instantiate to
create an object. |
static java.lang.String |
KEY_CLIENT
A key used to access a RAS object configuration value: the client name that the RASMessageLogger associates
with a logged message. |
static java.lang.String |
KEY_COMPONENT
A key used to access a RAS object configuration value: the component name that the RASMessageLogger associates
with a logged message. |
static java.lang.String |
KEY_DATE_FORMAT
A key used to access a RAS object configuration value: the SimpleDateFormat format string to be used by the
RASFormatter class when formatting a date. |
static java.lang.String |
KEY_DEFAULT_HANDLERS
A key used to access a RAS object configuration value: the default handlers that may be attached to any message or trace logger. |
static java.lang.String |
KEY_DEFAULT_MESSAGE_HANDLERS
A key used to access a RAS object configuration value: the default handlers that may be attached to any message logger. |
static java.lang.String |
KEY_DEFAULT_TRACE_HANDLERS
A key used to access a RAS object configuration value: the default handlers that may be attached to any trace logger. |
static java.lang.String |
KEY_DESCRIPTION
A key used to access a RAS object configuration value: the description of any RASObject . |
static java.lang.String |
KEY_ENCODING
A key used to access a RAS object configuration value: the encoding (code page) to be used by the RASFileHandler . |
static java.lang.String |
KEY_EXCEPTION
A key used to access a RAS object configuration value: an Exception in a RAS message. |
static java.lang.String |
KEY_EXCEPTION_TRACE
A key used to access a RAS object configuration value: the stack trace from an Exception in a RAS message. |
static java.lang.String |
KEY_FILE_NAME
A key used to access a RAS object configuration value: the file used by the RASFileHandler . |
static java.lang.String |
KEY_FORMATTER_NAMES
A key used to access a RAS object configuration value: the names of the formatters attached to a RASHandler . |
static java.lang.String |
KEY_GROUP
A key used to access a RAS object configuration value: the RAS group of which a RAS object is a member. |
static java.lang.String |
KEY_HANDLER_NAMES
A key used to access a RAS object configuration value: the names of the handlers attached to a RASLogger . |
static java.lang.String |
KEY_HEX_DATA
A key used to access a RAS object configuration value: an array of bytes to be traced. |
static java.lang.String |
KEY_IS_CIRCULAR
A key used to access a RAS object configuration value: whether a RASHandler is using a circular buffer. |
static java.lang.String |
KEY_IS_LOGGING
A key used to access a RAS object configuration value: the state of a RASLogger (on/off). |
static java.lang.String |
KEY_IS_SYNC
A key used to access a RAS object configuration value: whether a RASLogger is logging synchronously. |
static java.lang.String |
KEY_LOGGER
A key used to access a RAS object configuration value: the name of the RASTraceLogger placed in a trace
record. |
static java.lang.String |
KEY_LOGGING_CLASS
A key used to access a RAS object configuration value: the name of the class which logged a RAS event. |
static java.lang.String |
KEY_LOGGING_METHOD
A key used to access a RAS object configuration value: the name of the method which logged a RAS event. |
static java.lang.String |
KEY_MAX_FILE_SIZE
A key used to access a RAS object configuration value: the maximum size, in kilobytes, of each log file used by the RASMultiFileHandler . |
static java.lang.String |
KEY_MAX_FILES
A key used to access a RAS object configuration value: the maximum number of files which a RASMultiFileHandler will use to hold log data. |
static java.lang.String |
KEY_MAX_QUEUE_SIZE
A key used to access a RAS object configuration value: the maximum number of RASIEvents which a
RASHandler will hold. |
static java.lang.String |
KEY_MESSAGE_EVENT_CLASSES
A key used to access a RAS object configuration value: the set of message event classes used by a RASLogger . |
static java.lang.String |
KEY_MESSAGE_FILE
A key used to access a RAS object configuration value: a message file name, used by the RASMessageLogger
to translate message keys. |
static java.lang.String |
KEY_MESSAGE_MASK
A key used to access a RAS object configuration value: the message mask used by a RASMessageLogger
and the RASHandler . |
static java.lang.String |
KEY_NAME
A key used to access a RAS object configuration value: the name of any RASObject . |
static java.lang.String |
KEY_ORGANIZATION
A key used to access a RAS object configuration value: the organization name that the RASMessageLogger associates
with a logged message. |
static java.lang.String |
KEY_PRODUCT
A key used to access a RAS object configuration value: the product name that the RASMessageLogger associates
with a logged message. |
static java.lang.String |
KEY_RETRY_INTERVAL
A key used to access a RAS object configuration value: the number of milliseconds that a RASHandler will wait
before retrying a failed write. |
static java.lang.String |
KEY_SEPARATOR
A key used to access a RAS object configuration value: the string used by the RASFormatter class to
separate fields in the formatted output. |
static java.lang.String |
KEY_SERVER
A key used to access a RAS object configuration value: the server name that the RASMessageLogger associates
with a logged message. |
static java.lang.String |
KEY_SOCKET_PORT
A key used to access a RAS object configuration value: the port used by the RASSocketHandler . |
static java.lang.String |
KEY_SOCKET_SERVER
A key used to access a RAS object configuration value: the name of the server to which the RASSocketHandler
will connect. |
static java.lang.String |
KEY_SUPPRESSED_KEYS
A key used to access a RAS object configuration value: the message keys which the RASMessageLogger will not
display. |
static java.lang.String |
KEY_THREAD_ID
A key used to access a RAS object configuration value: the thread associated with trace data. |
static java.lang.String |
KEY_TIME_FORMAT
A key used to access a RAS object configuration value: the SimpleDateFormat format string to be used by the
RASFormatter class when formatting a time. |
static java.lang.String |
KEY_TRACE_EVENT_CLASSES
A key used to access a RAS object configuration value: the set of trace event classes used by a RASLogger . |
static java.lang.String |
KEY_TRACE_MASK
A key used to access a RAS object configuration value: the trace mask used by a RASTraceLogger and the
RASHandler . |
static java.lang.String |
RAS_VERSION
The current version of the RAS Toolkit. |
Field Detail |
public static final java.lang.String RAS_VERSION
public static final java.lang.String KEY_CLASS_NAME
RASManager
must instantiate to
create an object.public static final java.lang.String KEY_CLIENT
RASMessageLogger
associates
with a logged message.public static final java.lang.String KEY_COMPONENT
RASMessageLogger
associates
with a logged message.public static final java.lang.String KEY_DESCRIPTION
RASObject
.public static final java.lang.String KEY_DATE_FORMAT
SimpleDateFormat
format string to be used by the
RASFormatter
class when formatting a date.public static final java.lang.String KEY_DEFAULT_HANDLERS
public static final java.lang.String KEY_DEFAULT_MESSAGE_HANDLERS
public static final java.lang.String KEY_DEFAULT_TRACE_HANDLERS
public static final java.lang.String KEY_ENCODING
RASFileHandler
.public static final java.lang.String KEY_EXCEPTION
Exception
in a RAS message.public static final java.lang.String KEY_EXCEPTION_TRACE
Exception
in a RAS message.public static final java.lang.String KEY_FILE_NAME
RASFileHandler
.public static final java.lang.String KEY_FORMATTER_NAMES
RASHandler
.public static final java.lang.String KEY_GROUP
public static final java.lang.String KEY_HANDLER_NAMES
RASLogger
.public static final java.lang.String KEY_HEX_DATA
public static final java.lang.String KEY_IS_CIRCULAR
RASHandler
is using a circular buffer.public static final java.lang.String KEY_IS_LOGGING
RASLogger
(on/off).public static final java.lang.String KEY_IS_SYNC
RASLogger
is logging synchronously.public static final java.lang.String KEY_LOGGER
RASTraceLogger
placed in a trace
record.public static final java.lang.String KEY_LOGGING_CLASS
public static final java.lang.String KEY_LOGGING_METHOD
public static final java.lang.String KEY_MAX_FILES
RASMultiFileHandler
will use to hold log data.public static final java.lang.String KEY_MAX_FILE_SIZE
RASMultiFileHandler
.public static final java.lang.String KEY_MAX_QUEUE_SIZE
RASIEvents
which a
RASHandler
will hold.public static final java.lang.String KEY_MESSAGE_EVENT_CLASSES
RASLogger
.public static final java.lang.String KEY_MESSAGE_MASK
RASMessageLogger
and the RASHandler
.public static final java.lang.String KEY_MESSAGE_FILE
RASMessageLogger
to translate message keys.public static final java.lang.String KEY_NAME
RASObject
.public static final java.lang.String KEY_ORGANIZATION
RASMessageLogger
associates
with a logged message.public static final java.lang.String KEY_PRODUCT
RASMessageLogger
associates
with a logged message.public static final java.lang.String KEY_RETRY_INTERVAL
RASHandler
will wait
before retrying a failed write.public static final java.lang.String KEY_SEPARATOR
RASFormatter
class to
separate fields in the formatted output.public static final java.lang.String KEY_SERVER
RASMessageLogger
associates
with a logged message.public static final java.lang.String KEY_SOCKET_PORT
RASSocketHandler
.public static final java.lang.String KEY_SOCKET_SERVER
RASSocketHandler
will connect.public static final java.lang.String KEY_SUPPRESSED_KEYS
RASMessageLogger
will not
display.public static final java.lang.String KEY_THREAD_ID
public static final java.lang.String KEY_TIME_FORMAT
SimpleDateFormat
format string to be used by the
RASFormatter
class when formatting a time.public static final java.lang.String KEY_TRACE_EVENT_CLASSES
RASLogger
.public static final java.lang.String KEY_TRACE_MASK
RASTraceLogger
and the
RASHandler
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |