org.apache.qpid.server.logging.messages
Class BindingMessages
java.lang.Object
org.apache.qpid.server.logging.messages.BindingMessages
public class BindingMessages
- 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
BINDING_LOG_HIERARCHY
public static final String BINDING_LOG_HIERARCHY
- See Also:
- Constant Field Values
CREATED_LOG_HIERARCHY
public static final String CREATED_LOG_HIERARCHY
- See Also:
- Constant Field Values
DELETED_LOG_HIERARCHY
public static final String DELETED_LOG_HIERARCHY
- See Also:
- Constant Field Values
BindingMessages
public BindingMessages()
reload
public static void reload()
CREATED
public static LogMessage CREATED(String param1,
boolean opt1)
- Log a Binding message of the Format:
BND-1001 : Create[ : Arguments : {0}]
Optional values are contained in [square brackets] and are numbered
sequentially in the method call.
DELETED
public static LogMessage DELETED()
- Log a Binding message of the Format:
BND-1002 : Deleted
Optional values are contained in [square brackets] and are numbered
sequentially in the method call.
Licensed to the Apache Software Foundation