|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.server.logging.messages.ManagementConsoleMessages
public class ManagementConsoleMessages
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 |
CLOSE_LOG_HIERARCHY
|
static String |
LISTENING_LOG_HIERARCHY
|
static String |
MANAGEMENTCONSOLE_LOG_HIERARCHY
|
static String |
OPEN_LOG_HIERARCHY
|
static String |
READY_LOG_HIERARCHY
|
static String |
SHUTTING_DOWN_LOG_HIERARCHY
|
static String |
SSL_KEYSTORE_LOG_HIERARCHY
|
static String |
STARTUP_LOG_HIERARCHY
|
static String |
STOPPED_LOG_HIERARCHY
|
Constructor Summary | |
---|---|
ManagementConsoleMessages()
|
Method Summary | |
---|---|
static LogMessage |
CLOSE()
Log a ManagementConsole message of the Format: |
static LogMessage |
LISTENING(String param1,
Number param2)
Log a ManagementConsole message of the Format: |
static LogMessage |
OPEN(String param1)
Log a ManagementConsole message of the Format: |
static LogMessage |
READY(boolean opt1)
Log a ManagementConsole message of the Format: |
static void |
reload()
|
static LogMessage |
SHUTTING_DOWN(String param1,
Number param2)
Log a ManagementConsole message of the Format: |
static LogMessage |
SSL_KEYSTORE(String param1)
Log a ManagementConsole message of the Format: |
static LogMessage |
STARTUP()
Log a ManagementConsole message of the Format: |
static LogMessage |
STOPPED()
Log a ManagementConsole 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 MANAGEMENTCONSOLE_LOG_HIERARCHY
public static final String OPEN_LOG_HIERARCHY
public static final String LISTENING_LOG_HIERARCHY
public static final String SSL_KEYSTORE_LOG_HIERARCHY
public static final String STOPPED_LOG_HIERARCHY
public static final String CLOSE_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 ManagementConsoleMessages()
Method Detail |
---|
public static void reload()
public static LogMessage OPEN(String param1)
MNG-1007 : Open : User {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage LISTENING(String param1, Number param2)
MNG-1002 : Starting : {0} : Listening on port {1,number,#}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage SSL_KEYSTORE(String param1)
MNG-1006 : Using SSL Keystore : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage STOPPED()
MNG-1005 : StoppedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CLOSE()
MNG-1008 : CloseOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage SHUTTING_DOWN(String param1, Number param2)
MNG-1003 : Shutting down : {0} : port {1,number,#}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage STARTUP()
MNG-1001 : StartupOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage READY(boolean opt1)
MNG-1004 : Ready[ : Using the platform JMX Agent]Optional 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 |