com.ibm.ras
Interface RASIMessageEvent

All Known Implementing Classes:
RASMessageEvent, RASSample

public abstract interface RASIMessageEvent

RASIMessageEvent defines a set of constants related to RASMessageEvents.


Field Summary
static long DEFAULT_MESSAGE_MASK
          Defines the default mask, which includes the message types to be processed by the RASHandlers.
static long TYPE_ERR
          Defines an error message.
static long TYPE_ERROR
          Defines an error message.
static long TYPE_INFO
          Defines an informational message.
static long TYPE_INFORMATION
          Defines an informational message.
static long TYPE_WARN
          Defines a warning message.
static long TYPE_WARNING
          Defines a warning message.
 

Field Detail

TYPE_INFO

public static final long TYPE_INFO
Defines an informational message. This value is the same as TYPE_INFORMATION.

TYPE_INFORMATION

public static final long TYPE_INFORMATION
Defines an informational message. This value is the same as TYPE_INFO.

TYPE_WARN

public static final long TYPE_WARN
Defines a warning message. This value is the same as TYPE_WARNING.

TYPE_WARNING

public static final long TYPE_WARNING
Defines a warning message. This value is the same as TYPE_WARN.

TYPE_ERR

public static final long TYPE_ERR
Defines an error message. This value is the same as TYPE_ERROR.

TYPE_ERROR

public static final long TYPE_ERROR
Defines an error message. This value is the same as TYPE_ERR.

DEFAULT_MESSAGE_MASK

public static final long DEFAULT_MESSAGE_MASK
Defines the default mask, which includes the message types to be processed by the RASHandlers.