org.apache.qpid.server.logging.messages
Class ExchangeMessages
java.lang.Object
org.apache.qpid.server.logging.messages.ExchangeMessages
public class ExchangeMessages
- 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
EXCHANGE_LOG_HIERARCHY
public static final String EXCHANGE_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
ExchangeMessages
public ExchangeMessages()
reload
public static void reload()
CREATED
public static LogMessage CREATED(String param1,
String param2,
boolean opt1)
- Log a Exchange message of the Format:
EXH-1001 : Create :[ Durable] Type: {0} Name: {1}
Optional values are contained in [square brackets] and are numbered
sequentially in the method call.
DELETED
public static LogMessage DELETED()
- Log a Exchange message of the Format:
EXH-1002 : Deleted
Optional values are contained in [square brackets] and are numbered
sequentially in the method call.
Licensed to the Apache Software Foundation