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

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

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

_messages

static ResourceBundle _messages

_currentLocale

static Locale _currentLocale

MANAGEMENTCONSOLE_LOG_HIERARCHY

public static final String MANAGEMENTCONSOLE_LOG_HIERARCHY
See Also:
Constant Field Values

OPEN_LOG_HIERARCHY

public static final String OPEN_LOG_HIERARCHY
See Also:
Constant Field Values

LISTENING_LOG_HIERARCHY

public static final String LISTENING_LOG_HIERARCHY
See Also:
Constant Field Values

SSL_KEYSTORE_LOG_HIERARCHY

public static final String SSL_KEYSTORE_LOG_HIERARCHY
See Also:
Constant Field Values

STOPPED_LOG_HIERARCHY

public static final String STOPPED_LOG_HIERARCHY
See Also:
Constant Field Values

CLOSE_LOG_HIERARCHY

public static final String CLOSE_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

ManagementConsoleMessages

public ManagementConsoleMessages()
Method Detail

reload

public static void reload()

OPEN

public static LogMessage OPEN(String param1)
Log a ManagementConsole message of the Format:
MNG-1007 : Open : User {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 ManagementConsole message of the Format:
MNG-1002 : Starting : {0} : Listening on port {1,number,#}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


SSL_KEYSTORE

public static LogMessage SSL_KEYSTORE(String param1)
Log a ManagementConsole message of the Format:
MNG-1006 : Using SSL Keystore : {0}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


STOPPED

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


CLOSE

public static LogMessage CLOSE()
Log a ManagementConsole message of the Format:
MNG-1008 : Close
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 ManagementConsole message of the Format:
MNG-1003 : Shutting 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()
Log a ManagementConsole message of the Format:
MNG-1001 : Startup
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


READY

public static LogMessage READY(boolean opt1)
Log a ManagementConsole message of the Format:
MNG-1004 : Ready[ : Using the platform JMX Agent]
Optional values are contained in [square brackets] and are numbered sequentially in the method call.



Licensed to the Apache Software Foundation