Class SenderMessages


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static LogMessage CLOSE​(java.lang.String param1, java.lang.String param2)
      Log a Sender message of the Format:
      static LogMessage CREATE​(java.lang.String param1, java.lang.String param2)
      Log a Sender message of the Format:
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SENDER_LOG_HIERARCHY

        public static final java.lang.String SENDER_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • CLOSE_LOG_HIERARCHY

        public static final java.lang.String CLOSE_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • CREATE_LOG_HIERARCHY

        public static final java.lang.String CREATE_LOG_HIERARCHY
        See Also:
        Constant Field Values
    • Method Detail

      • CLOSE

        public static LogMessage CLOSE​(java.lang.String param1,
                                       java.lang.String param2)
        Log a Sender message of the Format:
        SND-1002 : Close : {0} : {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CREATE

        public static LogMessage CREATE​(java.lang.String param1,
                                        java.lang.String param2)
        Log a Sender message of the Format:
        SND-1001 : Create : {0} : {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.