Class MessageStoreMessages


  • public class MessageStoreMessages
    extends Object
    DO NOT EDIT DIRECTLY, THIS FILE WAS GENERATED. Generated using GenerateLogMessages and LogMessages.vm This file is based on the content of MessageStore_logmessages.properties To regenerate, use Maven lifecycle generates-sources with -Dgenerate=true
    • Method Detail

      • CLOSED

        public static LogMessage CLOSED()
        Log a MessageStore message of the Format:
        MST-1003 : Closed
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CREATED

        public static LogMessage CREATED()
        Log a MessageStore message of the Format:
        MST-1001 : Created
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OVERFULL

        public static LogMessage OVERFULL()
        Log a MessageStore message of the Format:
        MST-1008 : Store overfull, flow control will be enforced
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • RECOVERED

        public static LogMessage RECOVERED​(Number param1)
        Log a MessageStore message of the Format:
        MST-1005 : Recovered {0,number} messages
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • RECOVERY_COMPLETE

        public static LogMessage RECOVERY_COMPLETE()
        Log a MessageStore message of the Format:
        MST-1006 : Recovery Complete
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • RECOVERY_START

        public static LogMessage RECOVERY_START()
        Log a MessageStore message of the Format:
        MST-1004 : Recovery Start
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • STORE_LOCATION

        public static LogMessage STORE_LOCATION​(CharSequence param1)
        Log a MessageStore message of the Format:
        MST-1002 : Store location : {0}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • UNDERFULL

        public static LogMessage UNDERFULL()
        Log a MessageStore message of the Format:
        MST-1009 : Store overfull condition cleared
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.