com.ibm.bpe.jsf.util

Interface Message

  • All Superinterfaces:
    java.io.Serializable


    public interface Message
    extends java.io.Serializable
    This interface is used to implement localised messages. The List Component can display such messages.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
      static int ERROR
      ERROR message type
      static int INFO
      INFO message type
      static int WARNING
      WARNING message yype
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getMessage()
      Returns a localised message.
      int getType()
      Returns the type of the message.
    • Method Detail

      • getMessage

        java.lang.String getMessage()
        Returns a localised message. The locale can be looked up using the FacesContext.
        Returns:
        The localised message
      • getType

        int getType()
        Returns the type of the message. The message must be an INFO, WARNING or ERROR message.
        Returns:
        The type of the message
IBM Business Process ManagerTM
Release 8