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
           
static int DEFAULT_MESSAGE_MASK
           
static int SYSTEM
           
static int USER
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

DEFAULT_MESSAGE_MASK

public static final int DEFAULT_MESSAGE_MASK

SYSTEM

public static final int SYSTEM

USER

public static final int USER