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

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

public class BrokerMessages
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 BROKER_LOG_HIERARCHY
           
static String CONFIG_LOG_HIERARCHY
           
static String LISTENING_LOG_HIERARCHY
           
static String LOG_CONFIG_LOG_HIERARCHY
           
static String READY_LOG_HIERARCHY
           
static String SHUTTING_DOWN_LOG_HIERARCHY
           
static String STARTUP_LOG_HIERARCHY
           
static String STOPPED_LOG_HIERARCHY
           
 
Constructor Summary
BrokerMessages()
           
 
Method Summary
static LogMessage CONFIG(String param1)
          Log a Broker message of the Format:
static LogMessage LISTENING(String param1, Number param2)
          Log a Broker message of the Format:
static LogMessage LOG_CONFIG(String param1)
          Log a Broker message of the Format:
static LogMessage READY()
          Log a Broker message of the Format:
static void reload()
           
static LogMessage SHUTTING_DOWN(String param1, Number param2)
          Log a Broker message of the Format:
static LogMessage STARTUP(String param1, String param2)
          Log a Broker message of the Format:
static LogMessage STOPPED()
          Log a Broker 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

BROKER_LOG_HIERARCHY

public static final String BROKER_LOG_HIERARCHY
See Also:
Constant Field Values

LOG_CONFIG_LOG_HIERARCHY

public static final String LOG_CONFIG_LOG_HIERARCHY
See Also:
Constant Field Values

LISTENING_LOG_HIERARCHY

public static final String LISTENING_LOG_HIERARCHY
See Also:
Constant Field Values

CONFIG_LOG_HIERARCHY

public static final String CONFIG_LOG_HIERARCHY
See Also:
Constant Field Values

STOPPED_LOG_HIERARCHY

public static final String STOPPED_LOG_HIERARCHY
See Also:
Constant Field Values

SHUTTING_DOWN_LOG_HIERARCHY

public static final String SHUTTING_DOWN_LOG_HIERARCHY
See Also:
Constant Field Values

STARTUP_LOG_HIERARCHY

public static final String STARTUP_LOG_HIERARCHY
See Also:
Constant Field Values

READY_LOG_HIERARCHY

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

BrokerMessages

public BrokerMessages()
Method Detail

reload

public static void reload()

LOG_CONFIG

public static LogMessage LOG_CONFIG(String param1)
Log a Broker message of the Format:
BRK-1007 : Using logging configuration : {0}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


LISTENING

public static LogMessage LISTENING(String param1,
                                   Number param2)
Log a Broker message of the Format:
BRK-1002 : Starting : Listening on {0} port {1,number,#}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


CONFIG

public static LogMessage CONFIG(String param1)
Log a Broker message of the Format:
BRK-1006 : Using configuration : {0}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


STOPPED

public static LogMessage STOPPED()
Log a Broker message of the Format:
BRK-1005 : Stopped
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


SHUTTING_DOWN

public static LogMessage SHUTTING_DOWN(String param1,
                                       Number param2)
Log a Broker message of the Format:
BRK-1003 : Shuting down : {0} port {1,number,#}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


STARTUP

public static LogMessage STARTUP(String param1,
                                 String param2)
Log a Broker message of the Format:
BRK-1001 : Startup : Version: {0} Build: {1}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


READY

public static LogMessage READY()
Log a Broker message of the Format:
BRK-1004 : Qpid Broker Ready
Optional values are contained in [square brackets] and are numbered sequentially in the method call.



Licensed to the Apache Software Foundation