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

java.lang.Object
  extended by org.apache.qpid.server.logging.messages.QueueMessages

public class QueueMessages
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 OVERFULL_LOG_HIERARCHY
           
static String QUEUE_LOG_HIERARCHY
           
static String UNDERFULL_LOG_HIERARCHY
           
 
Constructor Summary
QueueMessages()
           
 
Method Summary
static LogMessage CREATED(String param1, Number param2, boolean opt1, boolean opt2, boolean opt3, boolean opt4, boolean opt5)
          Log a Queue message of the Format:
static LogMessage DELETED()
          Log a Queue message of the Format:
static LogMessage OVERFULL(Number param1, Number param2)
          Log a Queue message of the Format:
static void reload()
           
static LogMessage UNDERFULL(Number param1, Number param2)
          Log a Queue message of the Format:
 
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

QUEUE_LOG_HIERARCHY

public static final String QUEUE_LOG_HIERARCHY
See Also:
Constant Field Values

OVERFULL_LOG_HIERARCHY

public static final String OVERFULL_LOG_HIERARCHY
See Also:
Constant Field Values

UNDERFULL_LOG_HIERARCHY

public static final String UNDERFULL_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

QueueMessages

public QueueMessages()
Method Detail

reload

public static void reload()

OVERFULL

public static LogMessage OVERFULL(Number param1,
                                  Number param2)
Log a Queue message of the Format:
QUE-1003 : Overfull : Size : {0,number} bytes, Capacity : {1,number}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


UNDERFULL

public static LogMessage UNDERFULL(Number param1,
                                   Number param2)
Log a Queue message of the Format:
QUE-1004 : Underfull : Size : {0,number} bytes, Resume Capacity : {1,number}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


CREATED

public static LogMessage CREATED(String param1,
                                 Number param2,
                                 boolean opt1,
                                 boolean opt2,
                                 boolean opt3,
                                 boolean opt4,
                                 boolean opt5)
Log a Queue message of the Format:
QUE-1001 : Create :[ Owner: {0}][ AutoDelete][ Durable][ Transient][ Priority: {1,number,#}]
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


DELETED

public static LogMessage DELETED()
Log a Queue message of the Format:
QUE-1002 : Deleted
Optional values are contained in [square brackets] and are numbered sequentially in the method call.



Licensed to the Apache Software Foundation