com.ibm.ras

Interface RASIMessageEvent

All known implementing classes:
RASMessageEvent, RASMessageLogger, WsJrasMessageLogger

Deprecated. As of WAS 6.0, recommend using java.util.logging
  1. public interface RASIMessageEvent
RASIMessageEvent defines a set of constants related to RASMessageEvents.

Field Summary

Modifier and Type Field and Description
  1. static
  2. long
ALL_MESSAGE_MASK
Deprecated. Defines a mask containing all of the possible message types.
  1. static
  2. long
DEFAULT_MESSAGE_MASK
Deprecated. Defines the default mask, which includes the message types to be processed by the RASIHandler.
  1. static
  2. long
TYPE_ERR
Deprecated. Defines an error message.
  1. static
  2. long
TYPE_ERROR
Deprecated. Defines an error message.
  1. static
  2. long
TYPE_INFO
Deprecated. Defines an informational message.
  1. static
  2. long
TYPE_INFORMATION
Deprecated. Defines an informational message.
  1. static
  2. long
TYPE_WARN
Deprecated. Defines a warning message.
  1. static
  2. long
TYPE_WARNING
Deprecated. Defines a warning message.

Field Detail

TYPE_INFO

  1. static final long TYPE_INFO
Deprecated.
Defines an informational message. This value is the same as TYPE_INFORMATION.
See Also:

TYPE_INFORMATION

  1. static final long TYPE_INFORMATION
Deprecated.
Defines an informational message. This value is the same as TYPE_INFO.
See Also:

TYPE_WARN

  1. static final long TYPE_WARN
Deprecated.
Defines a warning message. This value is the same as TYPE_WARNING.
See Also:

TYPE_WARNING

  1. static final long TYPE_WARNING
Deprecated.
Defines a warning message. This value is the same as TYPE_WARN.
See Also:

TYPE_ERR

  1. static final long TYPE_ERR
Deprecated.
Defines an error message. This value is the same as TYPE_ERROR.
See Also:

TYPE_ERROR

  1. static final long TYPE_ERROR
Deprecated.
Defines an error message. This value is the same as TYPE_ERR.
See Also:

DEFAULT_MESSAGE_MASK

  1. static final long DEFAULT_MESSAGE_MASK
Deprecated.
Defines the default mask, which includes the message types to be processed by the RASIHandler.
See Also:

ALL_MESSAGE_MASK

  1. static final long ALL_MESSAGE_MASK
Deprecated.
Defines a mask containing all of the possible message types.
See Also: