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 RASConstantsRASConstantsdefines a set of constants used by the RAS Toolkit.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringKEY_CLASS_NAMEDeprecated.A key used to access a RAS object configuration value: the name of the class theRASManagermust instantiate to create an object.static java.lang.StringKEY_CLIENTDeprecated.A key used to access a RAS object configuration value: the client name that theRASMessageLoggerassociates with a logged message.static java.lang.StringKEY_COMPONENTDeprecated.A key used to access a RAS object configuration value: the component name that theRASMessageLoggerassociates with a logged message.static java.lang.StringKEY_DATE_FORMATDeprecated.A key used to access a RAS object configuration value: theSimpleDateFormatformat string to be used by theRASFormatterclass when formatting a date.static java.lang.StringKEY_DEFAULT_HANDLERSDeprecated.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.StringKEY_DEFAULT_MESSAGE_HANDLERSDeprecated.A key used to access a RAS object configuration value: the default handlers that may be attached to any message logger.static java.lang.StringKEY_DEFAULT_TRACE_HANDLERSDeprecated.A key used to access a RAS object configuration value: the default handlers that may be attached to any trace logger.static java.lang.StringKEY_DESCRIPTIONDeprecated.A key used to access a RAS object configuration value: the description of anyRASObject.static java.lang.StringKEY_ENCODINGDeprecated.A key used to access a RAS object configuration value: the encoding (code page) to be used by theRASFileHandler.static java.lang.StringKEY_EXCEPTIONDeprecated.A key used to access a RAS object configuration value: anExceptionin a RAS message.static java.lang.StringKEY_EXCEPTION_TRACEDeprecated.A key used to access a RAS object configuration value: the stack trace from anExceptionin a RAS message.static java.lang.StringKEY_FILE_NAMEDeprecated.A key used to access a RAS object configuration value: the file used by theRASFileHandler.static java.lang.StringKEY_FORMATTER_NAMESDeprecated.A key used to access a RAS object configuration value: the names of the formatters attached to aRASHandler.static java.lang.StringKEY_GROUPDeprecated.A key used to access a RAS object configuration value: the RAS group of which a RAS object is a member.static java.lang.StringKEY_HANDLER_NAMESDeprecated.A key used to access a RAS object configuration value: the names of the handlers attached to aRASLogger.static java.lang.StringKEY_HEX_DATADeprecated.A key used to access a RAS object configuration value: an array of bytes to be traced.static java.lang.StringKEY_IS_CIRCULARDeprecated.A key used to access a RAS object configuration value: whether aRASHandleris using a circular buffer.static java.lang.StringKEY_IS_LOGGINGDeprecated.A key used to access a RAS object configuration value: the state of aRASLogger(on/off).static java.lang.StringKEY_IS_SYNCDeprecated.A key used to access a RAS object configuration value: whether aRASLoggeris logging synchronously.static java.lang.StringKEY_LOGGERDeprecated.A key used to access a RAS object configuration value: the name of theRASTraceLoggerplaced in a trace record.static java.lang.StringKEY_LOGGING_CLASSDeprecated.A key used to access a RAS object configuration value: the name of the class which logged a RAS event.static java.lang.StringKEY_LOGGING_METHODDeprecated.A key used to access a RAS object configuration value: the name of the method which logged a RAS event.static java.lang.StringKEY_MAX_FILE_SIZEDeprecated.A key used to access a RAS object configuration value: the maximum size, in kilobytes, of each log file used by theRASMultiFileHandler.static java.lang.StringKEY_MAX_FILESDeprecated.A key used to access a RAS object configuration value: the maximum number of files which aRASMultiFileHandlerwill use to hold log data.static java.lang.StringKEY_MAX_QUEUE_SIZEDeprecated.A key used to access a RAS object configuration value: the maximum number ofRASIEventswhich aRASHandlerwill hold.static java.lang.StringKEY_MESSAGE_EVENT_CLASSESDeprecated.A key used to access a RAS object configuration value: the set of message event classes used by aRASLogger.static java.lang.StringKEY_MESSAGE_FILEDeprecated.A key used to access a RAS object configuration value: a message file name, used by theRASMessageLoggerto translate message keys.static java.lang.StringKEY_MESSAGE_MASKDeprecated.A key used to access a RAS object configuration value: the message mask used by aRASMessageLoggerand theRASHandler.static java.lang.StringKEY_NAMEDeprecated.A key used to access a RAS object configuration value: the name of anyRASObject.static java.lang.StringKEY_ORGANIZATIONDeprecated.A key used to access a RAS object configuration value: the organization name that theRASMessageLoggerassociates with a logged message.static java.lang.StringKEY_PRODUCTDeprecated.A key used to access a RAS object configuration value: the product name that theRASMessageLoggerassociates with a logged message.static java.lang.StringKEY_RETRY_INTERVALDeprecated.A key used to access a RAS object configuration value: the number of milliseconds that aRASHandlerwill wait before retrying a failed write.static java.lang.StringKEY_SEPARATORDeprecated.A key used to access a RAS object configuration value: the string used by theRASFormatterclass to separate fields in the formatted output.static java.lang.StringKEY_SERVERDeprecated.A key used to access a RAS object configuration value: the server name that theRASMessageLoggerassociates with a logged message.static java.lang.StringKEY_SOCKET_PORTDeprecated.A key used to access a RAS object configuration value: the port used by theRASSocketHandler.static java.lang.StringKEY_SOCKET_SERVERDeprecated.A key used to access a RAS object configuration value: the name of the server to which theRASSocketHandlerwill connect.static java.lang.StringKEY_SUPPRESSED_KEYSDeprecated.A key used to access a RAS object configuration value: the message keys which theRASMessageLoggerwill not display.static java.lang.StringKEY_THREAD_IDDeprecated.A key used to access a RAS object configuration value: the thread associated with trace data.static java.lang.StringKEY_TIME_FORMATDeprecated.A key used to access a RAS object configuration value: theSimpleDateFormatformat string to be used by theRASFormatterclass when formatting a time.static java.lang.StringKEY_TRACE_EVENT_CLASSESDeprecated.A key used to access a RAS object configuration value: the set of trace event classes used by aRASLogger.static java.lang.StringKEY_TRACE_MASKDeprecated.A key used to access a RAS object configuration value: the trace mask used by aRASTraceLoggerand theRASHandler.static java.lang.StringRAS_VERSIONDeprecated.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:
- Constant Field Values
-
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 theRASManagermust instantiate to create an object.- See Also:
- Constant Field Values
-
KEY_CLIENT
static final java.lang.String KEY_CLIENT
Deprecated.A key used to access a RAS object configuration value: the client name that theRASMessageLoggerassociates with a logged message.- See Also:
- Constant Field Values
-
KEY_COMPONENT
static final java.lang.String KEY_COMPONENT
Deprecated.A key used to access a RAS object configuration value: the component name that theRASMessageLoggerassociates with a logged message.- See Also:
- Constant Field Values
-
KEY_DESCRIPTION
static final java.lang.String KEY_DESCRIPTION
Deprecated.A key used to access a RAS object configuration value: the description of anyRASObject.- See Also:
- Constant Field Values
-
KEY_DATE_FORMAT
static final java.lang.String KEY_DATE_FORMAT
Deprecated.A key used to access a RAS object configuration value: theSimpleDateFormatformat string to be used by theRASFormatterclass when formatting a date.- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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 theRASFileHandler.- See Also:
- Constant Field Values
-
KEY_EXCEPTION
static final java.lang.String KEY_EXCEPTION
Deprecated.A key used to access a RAS object configuration value: anExceptionin a RAS message.- See Also:
- Constant Field Values
-
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 anExceptionin a RAS message.- See Also:
- Constant Field Values
-
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 theRASFileHandler.- See Also:
- Constant Field Values
-
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 aRASHandler.- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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 aRASLogger.- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
KEY_IS_CIRCULAR
static final java.lang.String KEY_IS_CIRCULAR
Deprecated.A key used to access a RAS object configuration value: whether aRASHandleris using a circular buffer.- See Also:
- Constant Field Values
-
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 aRASLogger(on/off).- See Also:
- Constant Field Values
-
KEY_IS_SYNC
static final java.lang.String KEY_IS_SYNC
Deprecated.A key used to access a RAS object configuration value: whether aRASLoggeris logging synchronously.- See Also:
- Constant Field Values
-
KEY_LOGGER
static final java.lang.String KEY_LOGGER
Deprecated.A key used to access a RAS object configuration value: the name of theRASTraceLoggerplaced in a trace record.- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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 aRASMultiFileHandlerwill use to hold log data.- See Also:
- Constant Field Values
-
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 theRASMultiFileHandler.- See Also:
- Constant Field Values
-
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 ofRASIEventswhich aRASHandlerwill hold.- See Also:
- Constant Field Values
-
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 aRASLogger.- See Also:
- Constant Field Values
-
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 aRASMessageLoggerand theRASHandler.- See Also:
- Constant Field Values
-
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 theRASMessageLoggerto translate message keys.- See Also:
- Constant Field Values
-
KEY_NAME
static final java.lang.String KEY_NAME
Deprecated.A key used to access a RAS object configuration value: the name of anyRASObject.- See Also:
- Constant Field Values
-
KEY_ORGANIZATION
static final java.lang.String KEY_ORGANIZATION
Deprecated.A key used to access a RAS object configuration value: the organization name that theRASMessageLoggerassociates with a logged message.- See Also:
- Constant Field Values
-
KEY_PRODUCT
static final java.lang.String KEY_PRODUCT
Deprecated.A key used to access a RAS object configuration value: the product name that theRASMessageLoggerassociates with a logged message.- See Also:
- Constant Field Values
-
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 aRASHandlerwill wait before retrying a failed write.- See Also:
- Constant Field Values
-
KEY_SEPARATOR
static final java.lang.String KEY_SEPARATOR
Deprecated.A key used to access a RAS object configuration value: the string used by theRASFormatterclass to separate fields in the formatted output.- See Also:
- Constant Field Values
-
KEY_SERVER
static final java.lang.String KEY_SERVER
Deprecated.A key used to access a RAS object configuration value: the server name that theRASMessageLoggerassociates with a logged message.- See Also:
- Constant Field Values
-
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 theRASSocketHandler.- See Also:
- Constant Field Values
-
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 theRASSocketHandlerwill connect.- See Also:
- Constant Field Values
-
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 theRASMessageLoggerwill not display.- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
KEY_TIME_FORMAT
static final java.lang.String KEY_TIME_FORMAT
Deprecated.A key used to access a RAS object configuration value: theSimpleDateFormatformat string to be used by theRASFormatterclass when formatting a time.- See Also:
- Constant Field Values
-
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 aRASLogger.- See Also:
- Constant Field Values
-
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 aRASTraceLoggerand theRASHandler.- See Also:
- Constant Field Values
-
-