|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.server.logging.messages.BrokerMessages
public class BrokerMessages
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 |
---|
static ResourceBundle _messages
static Locale _currentLocale
public static final String BROKER_LOG_HIERARCHY
public static final String LOG_CONFIG_LOG_HIERARCHY
public static final String LISTENING_LOG_HIERARCHY
public static final String CONFIG_LOG_HIERARCHY
public static final String STOPPED_LOG_HIERARCHY
public static final String SHUTTING_DOWN_LOG_HIERARCHY
public static final String STARTUP_LOG_HIERARCHY
public static final String READY_LOG_HIERARCHY
Constructor Detail |
---|
public BrokerMessages()
Method Detail |
---|
public static void reload()
public static LogMessage LOG_CONFIG(String param1)
BRK-1007 : Using logging configuration : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage LISTENING(String param1, Number param2)
BRK-1002 : Starting : Listening on {0} port {1,number,#}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CONFIG(String param1)
BRK-1006 : Using configuration : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage STOPPED()
BRK-1005 : StoppedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage SHUTTING_DOWN(String param1, Number param2)
BRK-1003 : Shuting down : {0} port {1,number,#}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage STARTUP(String param1, String param2)
BRK-1001 : Startup : Version: {0} Build: {1}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage READY()
BRK-1004 : Qpid Broker ReadyOptional 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 |