com.ibm.commerce.ras
Class ECMessageType

java.lang.Object
  |
  +--com.ibm.commerce.ras.ECMessageType

public class ECMessageType
extends java.lang.Object

This class defines the two types of Messages : System and User


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static int DEFAULT_MESSAGE_MASK
          Default value of the default message type mask parameter.
static int SYSTEM
          Default value of the system type parameter.
static int USER
          Default value of the user type parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

USER

public static final int USER
Default value of the user type parameter.
See Also:
Constant Field Values

SYSTEM

public static final int SYSTEM
Default value of the system type parameter.
See Also:
Constant Field Values

DEFAULT_MESSAGE_MASK

public static final int DEFAULT_MESSAGE_MASK
Default value of the default message type mask parameter.
See Also:
Constant Field Values