Class SubscriptionMessages


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

      • CLOSE

        public static LogMessage CLOSE()
        Log a Subscription message of the Format:
        SUB-1002 : Close
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CREATE

        public static LogMessage CREATE​(CharSequence param1,
                                        boolean opt1,
                                        boolean opt2)
        Log a Subscription message of the Format:
        SUB-1001 : Create[ : Durable][ : Arguments : {0}]
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPERATION

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

        public static LogMessage STATE​(Number param1)
        Log a Subscription message of the Format:
        SUB-1003 : Suspended for {0,number} ms
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.