public class MessageStoreMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLOSED_LOG_HIERARCHY |
static String |
CREATED_LOG_HIERARCHY |
static String |
MESSAGESTORE_LOG_HIERARCHY |
static String |
OVERFULL_LOG_HIERARCHY |
static String |
PASSIVATE_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 |
UNDERFULL_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CLOSED()
Log a MessageStore message of the Format:
|
static LogMessage |
CREATED()
Log a MessageStore message of the Format:
|
static LogMessage |
OVERFULL()
Log a MessageStore message of the Format:
|
static LogMessage |
PASSIVATE()
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 LogMessage |
STORE_LOCATION(String param1)
Log a MessageStore message of the Format:
|
static LogMessage |
UNDERFULL()
Log a MessageStore message of the Format:
|
public static final String MESSAGESTORE_LOG_HIERARCHY
public static final String RECOVERY_COMPLETE_LOG_HIERARCHY
public static final String CLOSED_LOG_HIERARCHY
public static final String OVERFULL_LOG_HIERARCHY
public static final String RECOVERED_LOG_HIERARCHY
public static final String UNDERFULL_LOG_HIERARCHY
public static final String PASSIVATE_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
public static LogMessage RECOVERY_COMPLETE()
MST-1006 : Recovery CompleteOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CLOSED()
MST-1003 : ClosedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage OVERFULL()
MST-1008 : Store overfull, flow control will be enforcedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage RECOVERED(Number param1)
MST-1005 : Recovered {0,number} messagesOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage UNDERFULL()
MST-1009 : Store overfull condition clearedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage PASSIVATE()
MST-1007 : Store PassivatedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATED()
MST-1001 : CreatedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage STORE_LOCATION(String param1)
MST-1002 : Store location : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage RECOVERY_START()
MST-1004 : Recovery StartOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.