|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.server.logging.messages.ChannelMessages
public class ChannelMessages
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 |
CHANNEL_LOG_HIERARCHY
|
static String |
CLOSE_LOG_HIERARCHY
|
static String |
CREATE_LOG_HIERARCHY
|
static String |
FLOW_ENFORCED_LOG_HIERARCHY
|
static String |
FLOW_LOG_HIERARCHY
|
static String |
FLOW_REMOVED_LOG_HIERARCHY
|
static String |
PREFETCH_SIZE_LOG_HIERARCHY
|
Constructor Summary | |
---|---|
ChannelMessages()
|
Method Summary | |
---|---|
static LogMessage |
CLOSE()
Log a Channel message of the Format: |
static LogMessage |
CREATE()
Log a Channel message of the Format: |
static LogMessage |
FLOW_ENFORCED(String param1)
Log a Channel message of the Format: |
static LogMessage |
FLOW_REMOVED()
Log a Channel message of the Format: |
static LogMessage |
FLOW(String param1)
Log a Channel message of the Format: |
static LogMessage |
PREFETCH_SIZE(Number param1,
Number param2)
Log a Channel 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 |
---|
static ResourceBundle _messages
static Locale _currentLocale
public static final String CHANNEL_LOG_HIERARCHY
public static final String FLOW_ENFORCED_LOG_HIERARCHY
public static final String CREATE_LOG_HIERARCHY
public static final String PREFETCH_SIZE_LOG_HIERARCHY
public static final String CLOSE_LOG_HIERARCHY
public static final String FLOW_LOG_HIERARCHY
public static final String FLOW_REMOVED_LOG_HIERARCHY
Constructor Detail |
---|
public ChannelMessages()
Method Detail |
---|
public static void reload()
public static LogMessage FLOW_ENFORCED(String param1)
CHN-1005 : Flow Control Enforced (Queue {0})Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATE()
CHN-1001 : CreateOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage PREFETCH_SIZE(Number param1, Number param2)
CHN-1004 : Prefetch Size (bytes) {0,number} : Count {1,number}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CLOSE()
CHN-1003 : CloseOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage FLOW(String param1)
CHN-1002 : Flow {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage FLOW_REMOVED()
CHN-1006 : Flow Control RemovedOptional 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 |