Class ConnectionMessages


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

      • CLIENT_VERSION_LOG

        public static LogMessage CLIENT_VERSION_LOG​(CharSequence param1)
        Log a Connection message of the Format:
        CON-1005 : Client version "{0}" logged by validation
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CLIENT_VERSION_REJECT

        public static LogMessage CLIENT_VERSION_REJECT​(CharSequence param1)
        Log a Connection message of the Format:
        CON-1006 : Client version "{0}" rejected by validation
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CLOSE

        public static LogMessage CLOSE​(CharSequence param1,
                                       boolean opt1)
        Log a Connection message of the Format:
        CON-1002 : Close[ : {0}]
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • DROPPED_CONNECTION

        public static LogMessage DROPPED_CONNECTION()
        Log a Connection message of the Format:
        CON-1004 : Connection dropped
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • IDLE_CLOSE

        public static LogMessage IDLE_CLOSE​(CharSequence param1,
                                            boolean opt1)
        Log a Connection message of the Format:
        CON-1003 : Closed due to inactivity [: {0}]
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • IDLE_TXN

        public static LogMessage IDLE_TXN​(Number param1)
        Log a Connection message of the Format:
        CHN-1011 : Idle Transaction : {0,number} ms
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • LARGE_TRANSACTION_WARN

        public static LogMessage LARGE_TRANSACTION_WARN​(Number param1,
                                                        Number param2)
        Log a Connection message of the Format:
        CON-1009 : Uncommitted transaction(s) contains {0,number} bytes of incoming message data exceeding {1,number} bytes limit. Messages will be flowed to disk.
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • MODEL_DELETE

        public static LogMessage MODEL_DELETE()
        Log a Connection message of the Format:
        CON-1007 : Connection close initiated by operator
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPEN

        public static LogMessage OPEN​(CharSequence param1,
                                      CharSequence param2,
                                      CharSequence param3,
                                      CharSequence param4,
                                      CharSequence param5,
                                      CharSequence param6,
                                      boolean opt1,
                                      boolean opt2,
                                      boolean opt3,
                                      boolean opt4)
        Log a Connection message of the Format:
        CON-1001 : Open : Destination : {0}({1}) : Protocol Version : {2}[ : SSL][ : Client ID : {3}][ : Client Version : {4}][ : Client Product : {5}]
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPEN_TXN

        public static LogMessage OPEN_TXN​(Number param1)
        Log a Connection message of the Format:
        CON-1010 : Open Transaction : {0,number} ms
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPERATION

        public static LogMessage OPERATION​(CharSequence param1)
        Log a Connection message of the Format:
        CON-1008 : Operation : {0}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.