org.apache.qpid.server.logging.messages
Class SubscriptionMessages
java.lang.Object
org.apache.qpid.server.logging.messages.SubscriptionMessages
public class SubscriptionMessages
- extends Object
Generated Using GeneratedLogMessages and LogMessages.vm
This file is based on the content of LogMessages.properties
It is generated so that we can provide compile time validation of the
message parameters.
DO NOT EDIT DIRECTLY THIS FILE IS GENERATED.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_messages
static ResourceBundle _messages
_currentLocale
static Locale _currentLocale
SUBSCRIPTION_LOG_HIERARCHY
public static final String SUBSCRIPTION_LOG_HIERARCHY
- See Also:
- Constant Field Values
STATE_LOG_HIERARCHY
public static final String STATE_LOG_HIERARCHY
- See Also:
- Constant Field Values
CREATE_LOG_HIERARCHY
public static final String CREATE_LOG_HIERARCHY
- See Also:
- Constant Field Values
CLOSE_LOG_HIERARCHY
public static final String CLOSE_LOG_HIERARCHY
- See Also:
- Constant Field Values
SubscriptionMessages
public SubscriptionMessages()
reload
public static void reload()
STATE
public static LogMessage STATE(String param1)
- Log a Subscription message of the Format:
SUB-1003 : State : {0}
Optional values are contained in [square brackets] and are numbered
sequentially in the method call.
CREATE
public static LogMessage CREATE(String 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.
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.
Licensed to the Apache Software Foundation