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

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

public class MessageStoreMessages
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 CLOSED_LOG_HIERARCHY
           
static String CREATED_LOG_HIERARCHY
           
static String MESSAGESTORE_LOG_HIERARCHY
           
static String RECOVERED_LOG_HIERARCHY
           
static String RECOVERY_COMPLETE_LOG_HIERARCHY
           
static String RECOVERY_START_LOG_HIERARCHY
           
static String STORE_LOCATION_LOG_HIERARCHY
           
 
Constructor Summary
MessageStoreMessages()
           
 
Method Summary
static LogMessage CLOSED()
          Log a MessageStore message of the Format:
static LogMessage CREATED(String param1)
          Log a MessageStore message of the Format:
static LogMessage RECOVERED(Number param1)
          Log a MessageStore message of the Format:
static LogMessage RECOVERY_COMPLETE()
          Log a MessageStore message of the Format:
static LogMessage RECOVERY_START()
          Log a MessageStore message of the Format:
static void reload()
           
static LogMessage STORE_LOCATION(String param1)
          Log a MessageStore 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

MESSAGESTORE_LOG_HIERARCHY

public static final String MESSAGESTORE_LOG_HIERARCHY
See Also:
Constant Field Values

CLOSED_LOG_HIERARCHY

public static final String CLOSED_LOG_HIERARCHY
See Also:
Constant Field Values

RECOVERY_COMPLETE_LOG_HIERARCHY

public static final String RECOVERY_COMPLETE_LOG_HIERARCHY
See Also:
Constant Field Values

RECOVERED_LOG_HIERARCHY

public static final String RECOVERED_LOG_HIERARCHY
See Also:
Constant Field Values

CREATED_LOG_HIERARCHY

public static final String CREATED_LOG_HIERARCHY
See Also:
Constant Field Values

STORE_LOCATION_LOG_HIERARCHY

public static final String STORE_LOCATION_LOG_HIERARCHY
See Also:
Constant Field Values

RECOVERY_START_LOG_HIERARCHY

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

MessageStoreMessages

public MessageStoreMessages()
Method Detail

reload

public static void reload()

CLOSED

public static LogMessage CLOSED()
Log a MessageStore message of the Format:
MST-1003 : Closed
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


RECOVERY_COMPLETE

public static LogMessage RECOVERY_COMPLETE()
Log a MessageStore message of the Format:
MST-1006 : Recovery Complete
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


RECOVERED

public static LogMessage RECOVERED(Number param1)
Log a MessageStore message of the Format:
MST-1005 : Recovered {0,number} messages
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


CREATED

public static LogMessage CREATED(String param1)
Log a MessageStore message of the Format:
MST-1001 : Created : {0}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


STORE_LOCATION

public static LogMessage STORE_LOCATION(String param1)
Log a MessageStore message of the Format:
MST-1002 : Store location : {0}
Optional values are contained in [square brackets] and are numbered sequentially in the method call.


RECOVERY_START

public static LogMessage RECOVERY_START()
Log a MessageStore message of the Format:
MST-1004 : Recovery Start
Optional values are contained in [square brackets] and are numbered sequentially in the method call.



Licensed to the Apache Software Foundation