|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RASConstants
RASConstants
defines a set of constants used by the RAS
Toolkit.
Field Summary | |
---|---|
static java.lang.String |
KEY_CLASS_NAME
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. A key used to access a RAS object configuration value: the description of any RASObject . |
static java.lang.String |
KEY_ENCODING
Deprecated. 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
Deprecated. A key used to access a RAS object configuration value: an Exception in a RAS message. |
static java.lang.String |
KEY_EXCEPTION_TRACE
Deprecated. 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
Deprecated. A key used to access a RAS object configuration value: the file used by the RASFileHandler . |
static java.lang.String |
KEY_FORMATTER_NAMES
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. A key used to access a RAS object configuration value: an array of bytes to be traced. |
static java.lang.String |
KEY_IS_CIRCULAR
Deprecated. 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
Deprecated. A key used to access a RAS object configuration value: the state of a RASLogger (on/off). |
static java.lang.String |
KEY_IS_SYNC
Deprecated. A key used to access a RAS object configuration value: whether a RASLogger is logging synchronously. |
static java.lang.String |
KEY_LOGGER
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. A key used to access a RAS object configuration value: the name of any RASObject . |
static java.lang.String |
KEY_ORGANIZATION
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. A key used to access a RAS object configuration value: the port used by the RASSocketHandler . |
static java.lang.String |
KEY_SOCKET_SERVER
Deprecated. 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
Deprecated. 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
Deprecated. A key used to access a RAS object configuration value: the thread associated with trace data. |
static java.lang.String |
KEY_TIME_FORMAT
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. The current version of the RAS Toolkit. |
Field Detail |
---|
static final java.lang.String RAS_VERSION
static final java.lang.String KEY_CLASS_NAME
RASManager
must instantiate to
create an object.
static final java.lang.String KEY_CLIENT
RASMessageLogger
associates
with a logged message.
static final java.lang.String KEY_COMPONENT
RASMessageLogger
associates
with a logged message.
static final java.lang.String KEY_DESCRIPTION
RASObject
.
static final java.lang.String KEY_DATE_FORMAT
SimpleDateFormat
format string to be used by the
RASFormatter
class when formatting a date.
static final java.lang.String KEY_DEFAULT_HANDLERS
static final java.lang.String KEY_DEFAULT_MESSAGE_HANDLERS
static final java.lang.String KEY_DEFAULT_TRACE_HANDLERS
static final java.lang.String KEY_ENCODING
RASFileHandler
.
static final java.lang.String KEY_EXCEPTION
Exception
in a RAS message.
static final java.lang.String KEY_EXCEPTION_TRACE
Exception
in a RAS message.
static final java.lang.String KEY_FILE_NAME
RASFileHandler
.
static final java.lang.String KEY_FORMATTER_NAMES
RASHandler
.
static final java.lang.String KEY_GROUP
static final java.lang.String KEY_HANDLER_NAMES
RASLogger
.
static final java.lang.String KEY_HEX_DATA
static final java.lang.String KEY_IS_CIRCULAR
RASHandler
is using a circular buffer.
static final java.lang.String KEY_IS_LOGGING
RASLogger
(on/off).
static final java.lang.String KEY_IS_SYNC
RASLogger
is logging synchronously.
static final java.lang.String KEY_LOGGER
RASTraceLogger
placed in a trace
record.
static final java.lang.String KEY_LOGGING_CLASS
static final java.lang.String KEY_LOGGING_METHOD
static final java.lang.String KEY_MAX_FILES
RASMultiFileHandler
will use to hold log data.
static final java.lang.String KEY_MAX_FILE_SIZE
RASMultiFileHandler
.
static final java.lang.String KEY_MAX_QUEUE_SIZE
RASIEvents
which a
RASHandler
will hold.
static final java.lang.String KEY_MESSAGE_EVENT_CLASSES
RASLogger
.
static final java.lang.String KEY_MESSAGE_MASK
RASMessageLogger
and the RASHandler
.
static final java.lang.String KEY_MESSAGE_FILE
RASMessageLogger
to translate message keys.
static final java.lang.String KEY_NAME
RASObject
.
static final java.lang.String KEY_ORGANIZATION
RASMessageLogger
associates
with a logged message.
static final java.lang.String KEY_PRODUCT
RASMessageLogger
associates
with a logged message.
static final java.lang.String KEY_RETRY_INTERVAL
RASHandler
will wait
before retrying a failed write.
static final java.lang.String KEY_SEPARATOR
RASFormatter
class to
separate fields in the formatted output.
static final java.lang.String KEY_SERVER
RASMessageLogger
associates
with a logged message.
static final java.lang.String KEY_SOCKET_PORT
RASSocketHandler
.
static final java.lang.String KEY_SOCKET_SERVER
RASSocketHandler
will connect.
static final java.lang.String KEY_SUPPRESSED_KEYS
RASMessageLogger
will not
display.
static final java.lang.String KEY_THREAD_ID
static final java.lang.String KEY_TIME_FORMAT
SimpleDateFormat
format string to be used by the
RASFormatter
class when formatting a time.
static final java.lang.String KEY_TRACE_EVENT_CLASSES
RASLogger
.
static final java.lang.String KEY_TRACE_MASK
RASTraceLogger
and the
RASHandler
.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |