Class ResourceLimitMessages


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

      • ACCEPTED

        public static LogMessage ACCEPTED​(CharSequence param1,
                                          CharSequence param2,
                                          CharSequence param3,
                                          CharSequence param4)
        Log a ResourceLimit message of the Format:
        RL-1001 : Accepted : {0} {1} by {2} : {3}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • INFO

        public static LogMessage INFO​(CharSequence param1,
                                      CharSequence param2)
        Log a ResourceLimit message of the Format:
        RL-1003 : Info : {0} : {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • REJECTED

        public static LogMessage REJECTED​(CharSequence param1,
                                          CharSequence param2,
                                          CharSequence param3,
                                          CharSequence param4)
        Log a ResourceLimit message of the Format:
        RL-1002 : Rejected : {0} {1} by {2} : {3}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.