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

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

public class ChannelMessages
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 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

_messages

static ResourceBundle _messages

_currentLocale

static Locale _currentLocale

CHANNEL_LOG_HIERARCHY

public static final String CHANNEL_LOG_HIERARCHY
See Also:
Constant Field Values

FLOW_ENFORCED_LOG_HIERARCHY

public static final String FLOW_ENFORCED_LOG_HIERARCHY
See Also:
Constant Field Values

CREATE_LOG_HIERARCHY

public static final String CREATE_LOG_HIERARCHY
See Also:
Constant Field Values

PREFETCH_SIZE_LOG_HIERARCHY

public static final String PREFETCH_SIZE_LOG_HIERARCHY
See Also:
Constant Field Values

CLOSE_LOG_HIERARCHY

public static final String CLOSE_LOG_HIERARCHY
See Also:
Constant Field Values

FLOW_LOG_HIERARCHY

public static final String FLOW_LOG_HIERARCHY
See Also:
Constant Field Values

FLOW_REMOVED_LOG_HIERARCHY

public static final String FLOW_REMOVED_LOG_HIERARCHY
See Also:
Constant Field Values
Constructor Detail

ChannelMessages

public ChannelMessages()
Method Detail

reload

public static void reload()

FLOW_ENFORCED

public static LogMessage FLOW_ENFORCED(String param1)
Log a Channel message of the Format:
CHN-1005 : Flow Control Enforced (Queue {0})
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


CREATE

public static LogMessage CREATE()
Log a Channel message of the Format:
CHN-1001 : Create
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


PREFETCH_SIZE

public static LogMessage PREFETCH_SIZE(Number param1,
                                       Number param2)
Log a Channel message of the Format:
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.


CLOSE

public static LogMessage CLOSE()
Log a Channel message of the Format:
CHN-1003 : Close
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


FLOW

public static LogMessage FLOW(String param1)
Log a Channel message of the Format:
CHN-1002 : Flow {0}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


FLOW_REMOVED

public static LogMessage FLOW_REMOVED()
Log a Channel message of the Format:
CHN-1006 : Flow Control Removed
Optional values are contained in [square brackets] and are numbered sequentially in the method call.



Licensed to the Apache Software Foundation