Class TransactionLogMessages


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

      • CLOSED

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

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

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

        public static LogMessage RECOVERY_COMPLETE​(CharSequence param1,
                                                   boolean opt1)
        Log a TransactionLog message of the Format:
        TXN-1006 : Recovery Complete[ : {0}]
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • RECOVERY_START

        public static LogMessage RECOVERY_START​(CharSequence param1,
                                                boolean opt1)
        Log a TransactionLog message of the Format:
        TXN-1004 : Recovery Start[ : {0}]
        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 TransactionLog message of the Format:
        TXN-1002 : Store location : {0}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • XA_INCOMPLETE_MESSAGE

        public static LogMessage XA_INCOMPLETE_MESSAGE​(CharSequence param1,
                                                       CharSequence param2)
        Log a TransactionLog message of the Format:
        TXN-1008 : XA transaction recover for xid {0} incomplete as it references a message {1} which was not durably retained
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • XA_INCOMPLETE_QUEUE

        public static LogMessage XA_INCOMPLETE_QUEUE​(CharSequence param1,
                                                     CharSequence param2)
        Log a TransactionLog message of the Format:
        TXN-1007 : XA transaction recover for xid {0} incomplete as it references a queue {1} which was not durably retained
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.