IBM WebSphere Application ServerTM
Release 8

com.ibm.ras
Interface RASIMessageEvent

All Known Implementing Classes:
RASMessageEvent, RASMessageLogger, WsJrasMessageLogger

Deprecated. As of WAS 6.0, recommend using java.util.logging

public interface RASIMessageEvent

RASIMessageEvent defines a set of constants related to RASMessageEvents.


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

Field Detail

TYPE_INFO

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

See Also:
Constant Field Values

TYPE_INFORMATION

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

See Also:
Constant Field Values

TYPE_WARN

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

See Also:
Constant Field Values

TYPE_WARNING

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

See Also:
Constant Field Values

TYPE_ERR

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

See Also:
Constant Field Values

TYPE_ERROR

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

See Also:
Constant Field Values

DEFAULT_MESSAGE_MASK

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

See Also:
Constant Field Values

ALL_MESSAGE_MASK

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

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8