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
  1. public interface RASConstants
RASConstants defines a set of constants used by the RAS Toolkit.

Field Summary

Modifier and Type Field and Description
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. java.lang.String
KEY_DESCRIPTION
Deprecated. A key used to access a RAS object configuration value: the description of any RASObject.
  1. static
  2. 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.
  1. static
  2. java.lang.String
KEY_EXCEPTION
Deprecated. A key used to access a RAS object configuration value: an Exception in a RAS message.
  1. static
  2. 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.
  1. static
  2. java.lang.String
KEY_FILE_NAME
Deprecated. A key used to access a RAS object configuration value: the file used by the RASFileHandler.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. java.lang.String
KEY_HEX_DATA
Deprecated. A key used to access a RAS object configuration value: an array of bytes to be traced.
  1. static
  2. 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.
  1. static
  2. java.lang.String
KEY_IS_LOGGING
Deprecated. A key used to access a RAS object configuration value: the state of a RASLogger (on/off).
  1. static
  2. java.lang.String
KEY_IS_SYNC
Deprecated. A key used to access a RAS object configuration value: whether a RASLogger is logging synchronously.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. java.lang.String
KEY_NAME
Deprecated. A key used to access a RAS object configuration value: the name of any RASObject.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. java.lang.String
KEY_SOCKET_PORT
Deprecated. A key used to access a RAS object configuration value: the port used by the RASSocketHandler.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. java.lang.String
KEY_THREAD_ID
Deprecated. A key used to access a RAS object configuration value: the thread associated with trace data.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. java.lang.String
RAS_VERSION
Deprecated. The current version of the RAS Toolkit.

Field Detail

RAS_VERSION

  1. static final java.lang.String RAS_VERSION
Deprecated.
The current version of the RAS Toolkit.
See Also:

KEY_CLASS_NAME

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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: