|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.server.logging.messages.TransactionLogMessages
public class TransactionLogMessages
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 |
RECOVERED_LOG_HIERARCHY
|
static String |
RECOVERY_COMPLETE_LOG_HIERARCHY
|
static String |
RECOVERY_START_LOG_HIERARCHY
|
static String |
STORE_LOCATION_LOG_HIERARCHY
|
static String |
TRANSACTIONLOG_LOG_HIERARCHY
|
Constructor Summary | |
---|---|
TransactionLogMessages()
|
Method Summary | |
---|---|
static LogMessage |
CLOSED()
Log a TransactionLog message of the Format: |
static LogMessage |
CREATED(String param1)
Log a TransactionLog message of the Format: |
static LogMessage |
RECOVERED(Number param1,
String param2)
Log a TransactionLog message of the Format: |
static LogMessage |
RECOVERY_COMPLETE(String param1,
boolean opt1)
Log a TransactionLog message of the Format: |
static LogMessage |
RECOVERY_START(String param1,
boolean opt1)
Log a TransactionLog message of the Format: |
static void |
reload()
|
static LogMessage |
STORE_LOCATION(String param1)
Log a TransactionLog 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 TRANSACTIONLOG_LOG_HIERARCHY
public static final String CLOSED_LOG_HIERARCHY
public static final String RECOVERY_COMPLETE_LOG_HIERARCHY
public static final String RECOVERED_LOG_HIERARCHY
public static final String CREATED_LOG_HIERARCHY
public static final String STORE_LOCATION_LOG_HIERARCHY
public static final String RECOVERY_START_LOG_HIERARCHY
Constructor Detail |
---|
public TransactionLogMessages()
Method Detail |
---|
public static void reload()
public static LogMessage CLOSED()
TXN-1003 : ClosedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage RECOVERY_COMPLETE(String param1, boolean opt1)
TXN-1006 : Recovery Complete[ : {0}]Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage RECOVERED(Number param1, String param2)
TXN-1005 : Recovered {0,number} messages for queue {1}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATED(String param1)
TXN-1001 : Created : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage STORE_LOCATION(String param1)
TXN-1002 : Store location : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage RECOVERY_START(String param1, boolean opt1)
TXN-1004 : Recovery Start[ : {0}]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 |