|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.server.logging.messages.QueueMessages
public class QueueMessages
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 |
---|
static ResourceBundle _messages
static Locale _currentLocale
public static final String QUEUE_LOG_HIERARCHY
public static final String OVERFULL_LOG_HIERARCHY
public static final String UNDERFULL_LOG_HIERARCHY
public static final String CREATED_LOG_HIERARCHY
public static final String DELETED_LOG_HIERARCHY
Constructor Detail |
---|
public QueueMessages()
Method Detail |
---|
public static void reload()
public static LogMessage OVERFULL(Number param1, Number param2)
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.
public static LogMessage UNDERFULL(Number param1, Number param2)
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.
public static LogMessage CREATED(String param1, Number param2, boolean opt1, boolean opt2, boolean opt3, boolean opt4, boolean opt5)
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.
public static LogMessage DELETED()
QUE-1002 : DeletedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |