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

      Fields 
      Modifier and Type Field and Description
      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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        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