Interface IInformationalMessage

All Superinterfaces:
Serializable

public interface IInformationalMessage extends Serializable
Describes a message to pass along to the user
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the descriptive message which has already been localized
    int
    Get the severity of this message (only SERVERITH_INFO, 0, is supported now)
  • Field Details

  • Method Details

    • getSeverity

      int getSeverity()
      Get the severity of this message (only SERVERITH_INFO, 0, is supported now)
    • getMessage

      String getMessage()
      Get the descriptive message which has already been localized