org.apache.qpid.server.virtualhost.plugins.logging
Class TopicDeletePolicyMessages
java.lang.Object
org.apache.qpid.server.virtualhost.plugins.logging.TopicDeletePolicyMessages
public class TopicDeletePolicyMessages
- 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
TOPICDELETEPOLICY_LOG_HIERARCHY
public static final String TOPICDELETEPOLICY_LOG_HIERARCHY
- See Also:
- Constant Field Values
DISCONNECTING_LOG_HIERARCHY
public static final String DISCONNECTING_LOG_HIERARCHY
- See Also:
- Constant Field Values
DELETING_QUEUE_LOG_HIERARCHY
public static final String DELETING_QUEUE_LOG_HIERARCHY
- See Also:
- Constant Field Values
TopicDeletePolicyMessages
public TopicDeletePolicyMessages()
reload
public static void reload()
DISCONNECTING
public static LogMessage DISCONNECTING()
- Log a TopicDeletePolicy message of the Format:
TDP-1002 : Disconnecting Session
Optional values are contained in [square brackets] and are numbered
sequentially in the method call.
DELETING_QUEUE
public static LogMessage DELETING_QUEUE()
- Log a TopicDeletePolicy message of the Format:
TDP-1001 : Deleting Queue
Optional values are contained in [square brackets] and are numbered
sequentially in the method call.
Licensed to the Apache Software Foundation