org.apache.qpid.server.logging.messages
Class ExchangeMessages

java.lang.Object
  extended by 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.


Field Summary
(package private) static Locale _currentLocale
           
(package private) static ResourceBundle _messages
           
static String CREATED_LOG_HIERARCHY
           
static String DELETED_LOG_HIERARCHY
           
static String EXCHANGE_LOG_HIERARCHY
           
 
Constructor Summary
ExchangeMessages()
           
 
Method Summary
static LogMessage CREATED(String param1, String param2, boolean opt1)
          Log a Exchange message of the Format:
static LogMessage DELETED()
          Log a Exchange message of the Format:
static void reload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

ExchangeMessages

public ExchangeMessages()
Method Detail

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