Class PortMessages


  • public class PortMessages
    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 Port_logmessages.properties To regenerate, use Maven lifecycle generates-sources with -Dgenerate=true
    • Field Detail

      • PORT_LOG_HIERARCHY

        public static final java.lang.String PORT_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • BIND_FAILED_LOG_HIERARCHY

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

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

        public static final java.lang.String CONNECTION_COUNT_WARN_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • CONNECTION_REJECTED_CLOSED_LOG_HIERARCHY

        public static final java.lang.String CONNECTION_REJECTED_CLOSED_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • CONNECTION_REJECTED_TOO_MANY_LOG_HIERARCHY

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

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

        public static final java.lang.String DELETE_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • OPEN_LOG_HIERARCHY

        public static final java.lang.String OPEN_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • OPERATION_LOG_HIERARCHY

        public static final java.lang.String OPERATION_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • UNSUPPORTED_PROTOCOL_HEADER_LOG_HIERARCHY

        public static final java.lang.String UNSUPPORTED_PROTOCOL_HEADER_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • UPDATE_LOG_HIERARCHY

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

      • BIND_FAILED

        public static LogMessage BIND_FAILED​(java.lang.String param1,
                                             java.lang.Number param2)
        Log a Port message of the Format:
        PRT-1009 : FAILED to bind {0} service to {1,number,#} - port in use
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CLOSE

        public static LogMessage CLOSE​(java.lang.String param1)
        Log a Port message of the Format:
        PRT-1003 : Close : "{0}"
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CONNECTION_COUNT_WARN

        public static LogMessage CONNECTION_COUNT_WARN​(java.lang.Number param1,
                                                       java.lang.Number param2,
                                                       java.lang.Number param3)
        Log a Port message of the Format:
        PRT-1004 : Connection count {0,number} within {1, number} % of maximum {2,number}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CONNECTION_REJECTED_CLOSED

        public static LogMessage CONNECTION_REJECTED_CLOSED​(java.lang.String param1)
        Log a Port message of the Format:
        PRT-1008 : Connection from {0} rejected. Port closed.
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CONNECTION_REJECTED_TOO_MANY

        public static LogMessage CONNECTION_REJECTED_TOO_MANY​(java.lang.String param1,
                                                              java.lang.Number param2)
        Log a Port message of the Format:
        PRT-1005 : Connection from {0} rejected. Maximum connection count ({1, number}) for this port already reached.
        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,
                                        java.lang.String param3)
        Log a Port message of the Format:
        PRT-1001 : Create : "{0}" : {1} : {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • DELETE

        public static LogMessage DELETE​(java.lang.String param1,
                                        java.lang.String param2)
        Log a Port message of the Format:
        PRT-1006 : Delete "{0}" : {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPEN

        public static LogMessage OPEN​(java.lang.String param1,
                                      java.lang.String param2)
        Log a Port message of the Format:
        PRT-1002 : Open : "{0}" : {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPERATION

        public static LogMessage OPERATION​(java.lang.String param1)
        Log a Port message of the Format:
        PRT-1010 : Operation : {0}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • UNSUPPORTED_PROTOCOL_HEADER

        public static LogMessage UNSUPPORTED_PROTOCOL_HEADER​(java.lang.String param1,
                                                             java.lang.String param2)
        Log a Port message of the Format:
        PRT-1007 : Unsupported protocol header received {0}, replying with {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • UPDATE

        public static LogMessage UPDATE​(java.lang.String param1,
                                        java.lang.String param2,
                                        java.lang.String param3)
        Log a Port message of the Format:
        PRT-1011 : Update : "{0}" : {1} : {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.