com.ibm.ras
Interface RASConstants
All known implementing classes:
RASBaseGroup, RASEvent, RASGroup, RASLogger, RASManager, RASMaskChangeGenerator, RASMessageEvent, RASMessageLogger, RASObject, RASPropertyDataStore, RASTraceEvent, RASTraceLogger, WsJrasMessageLogger, WsJrasTraceLogger
Deprecated. As of WAS 6.0, recommend using java.util.logging
- public interface RASConstants
RASConstants
defines a set of constants used by the RAS
Toolkit.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
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.
|
|
KEY_CLIENT
Deprecated. A key used to access a RAS object configuration value:
the client name that the
RASMessageLogger associates
with a logged message.
|
|
KEY_COMPONENT
Deprecated. A key used to access a RAS object configuration value:
the component name that the
RASMessageLogger associates
with a logged message.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
KEY_DESCRIPTION
Deprecated. A key used to access a RAS object configuration value:
the description of any
RASObject .
|
|
KEY_ENCODING
Deprecated. A key used to access a RAS object configuration value:
the encoding (code page) to be used by the
RASFileHandler .
|
|
KEY_EXCEPTION
Deprecated. A key used to access a RAS object configuration value:
an
Exception in a RAS message.
|
|
KEY_EXCEPTION_TRACE
Deprecated. A key used to access a RAS object configuration value:
the stack trace from an
Exception in a RAS message.
|
|
KEY_FILE_NAME
Deprecated. A key used to access a RAS object configuration value:
the file used by the
RASFileHandler .
|
|
KEY_FORMATTER_NAMES
Deprecated. A key used to access a RAS object configuration value:
the names of the formatters attached to a
RASHandler .
|
|
KEY_GROUP
Deprecated. A key used to access a RAS object configuration value:
the RAS group of which a RAS object is a member.
|
|
KEY_HANDLER_NAMES
Deprecated. A key used to access a RAS object configuration value:
the names of the handlers attached to a
RASLogger .
|
|
KEY_HEX_DATA
Deprecated. A key used to access a RAS object configuration value:
an array of bytes to be traced.
|
|
KEY_IS_CIRCULAR
Deprecated. A key used to access a RAS object configuration value:
whether a
RASHandler is using a circular buffer.
|
|
KEY_IS_LOGGING
Deprecated. A key used to access a RAS object configuration value:
the state of a
RASLogger (on/off).
|
|
KEY_IS_SYNC
Deprecated. A key used to access a RAS object configuration value:
whether a
RASLogger is logging synchronously.
|
|
KEY_LOGGER
Deprecated. A key used to access a RAS object configuration value:
the name of the
RASTraceLogger placed in a trace
record.
|
|
KEY_LOGGING_CLASS
Deprecated. A key used to access a RAS object configuration value:
the name of the class which logged a RAS event.
|
|
KEY_LOGGING_METHOD
Deprecated. A key used to access a RAS object configuration value:
the name of the method which logged a RAS event.
|
|
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 .
|
|
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.
|
|
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.
|
|
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 .
|
|
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.
|
|
KEY_MESSAGE_MASK
Deprecated. A key used to access a RAS object configuration value:
the message mask used by a
RASMessageLogger
and the RASHandler .
|
|
KEY_NAME
Deprecated. A key used to access a RAS object configuration value:
the name of any
RASObject .
|
|
KEY_ORGANIZATION
Deprecated. A key used to access a RAS object configuration value:
the organization name that the
RASMessageLogger associates
with a logged message.
|
|
KEY_PRODUCT
Deprecated. A key used to access a RAS object configuration value:
the product name that the
RASMessageLogger associates
with a logged message.
|
|
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.
|
|
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.
|
|
KEY_SERVER
Deprecated. A key used to access a RAS object configuration value:
the server name that the
RASMessageLogger associates
with a logged message.
|
|
KEY_SOCKET_PORT
Deprecated. A key used to access a RAS object configuration value:
the port used by the
RASSocketHandler .
|
|
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.
|
|
KEY_SUPPRESSED_KEYS
Deprecated. A key used to access a RAS object configuration value:
the message keys which the
RASMessageLogger will not
display.
|
|
KEY_THREAD_ID
Deprecated. A key used to access a RAS object configuration value:
the thread associated with trace data.
|
|
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.
|
|
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 .
|
|
KEY_TRACE_MASK
Deprecated. A key used to access a RAS object configuration value:
the trace mask used by a
RASTraceLogger and the
RASHandler .
|
|
RAS_VERSION
Deprecated. The current version of the RAS Toolkit.
|
Field Detail
RAS_VERSION
- static final java.lang.String RAS_VERSION
Deprecated.
The current version of the RAS Toolkit.
See Also:
KEY_CLASS_NAME
- static final 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.
See Also:
KEY_CLIENT
- static final 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.
See Also:
KEY_COMPONENT
- static final 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.
See Also:
KEY_DESCRIPTION
- static final java.lang.String KEY_DESCRIPTION
Deprecated.
A key used to access a RAS object configuration value:
the description of any
RASObject
.
See Also:
KEY_DATE_FORMAT
- static final 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.
See Also:
KEY_DEFAULT_HANDLERS
- static final 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.
See Also:
KEY_DEFAULT_MESSAGE_HANDLERS
- static final 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.
See Also:
KEY_DEFAULT_TRACE_HANDLERS
- static final 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.
See Also:
KEY_ENCODING
- static final 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
.
See Also:
KEY_EXCEPTION
- static final java.lang.String KEY_EXCEPTION
Deprecated.
A key used to access a RAS object configuration value:
an
Exception
in a RAS message.
See Also:
KEY_EXCEPTION_TRACE
- static final 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.
See Also:
KEY_FILE_NAME
- static final java.lang.String KEY_FILE_NAME
Deprecated.
A key used to access a RAS object configuration value:
the file used by the
RASFileHandler
.
See Also:
KEY_FORMATTER_NAMES
- static final 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
.
See Also:
KEY_GROUP
- static final 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.
See Also:
KEY_HANDLER_NAMES
- static final 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
.
See Also:
KEY_HEX_DATA
- static final java.lang.String KEY_HEX_DATA
Deprecated.
A key used to access a RAS object configuration value:
an array of bytes to be traced.
See Also:
KEY_IS_CIRCULAR
- static final 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.
See Also:
KEY_IS_LOGGING
- static final java.lang.String KEY_IS_LOGGING
Deprecated.
A key used to access a RAS object configuration value:
the state of a
RASLogger
(on/off).
See Also:
KEY_IS_SYNC
- static final java.lang.String KEY_IS_SYNC
Deprecated.
A key used to access a RAS object configuration value:
whether a
RASLogger
is logging synchronously.
See Also:
KEY_LOGGER
- static final 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.
See Also:
KEY_LOGGING_CLASS
- static final 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.
See Also:
KEY_LOGGING_METHOD
- static final 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.
See Also:
KEY_MAX_FILES
- static final 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.
See Also:
KEY_MAX_FILE_SIZE
- static final 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
.
See Also:
KEY_MAX_QUEUE_SIZE
- static final 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.
See Also:
KEY_MESSAGE_EVENT_CLASSES
- static final 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
.
See Also:
KEY_MESSAGE_MASK
- static final 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
.
See Also:
KEY_MESSAGE_FILE
- static final 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.
See Also:
KEY_NAME
- static final java.lang.String KEY_NAME
Deprecated.
A key used to access a RAS object configuration value:
the name of any
RASObject
.
See Also:
KEY_ORGANIZATION
- static final 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.
See Also:
KEY_PRODUCT
- static final 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.
See Also:
KEY_RETRY_INTERVAL
- static final 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.
See Also:
KEY_SEPARATOR
- static final 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.
See Also:
KEY_SERVER
- static final 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.
See Also:
KEY_SOCKET_PORT
- static final java.lang.String KEY_SOCKET_PORT
Deprecated.
A key used to access a RAS object configuration value:
the port used by the
RASSocketHandler
.
See Also:
KEY_SOCKET_SERVER
- static final 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.
See Also:
KEY_SUPPRESSED_KEYS
- static final 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.
See Also:
KEY_THREAD_ID
- static final java.lang.String KEY_THREAD_ID
Deprecated.
A key used to access a RAS object configuration value:
the thread associated with trace data.
See Also:
KEY_TIME_FORMAT
- static final 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.
See Also:
KEY_TRACE_EVENT_CLASSES
- static final 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
.
See Also:
KEY_TRACE_MASK
- static final 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
.
See Also: