public class TransactionLogMessages extends Object
Modifier and Type | Field and Description |
---|---|
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 |
static String |
XA_INCOMPLETE_MESSAGE_LOG_HIERARCHY |
static String |
XA_INCOMPLETE_QUEUE_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CLOSED()
Log a TransactionLog message of the Format:
|
static LogMessage |
CREATED()
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 LogMessage |
STORE_LOCATION(String param1)
Log a TransactionLog message of the Format:
|
static LogMessage |
XA_INCOMPLETE_MESSAGE(String param1,
String param2)
Log a TransactionLog message of the Format:
|
static LogMessage |
XA_INCOMPLETE_QUEUE(String param1,
String param2)
Log a TransactionLog message of the Format:
|
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 XA_INCOMPLETE_MESSAGE_LOG_HIERARCHY
public static final String XA_INCOMPLETE_QUEUE_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
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 XA_INCOMPLETE_MESSAGE(String param1, String param2)
TXN-1008 : XA transaction recover for xid {0} incomplete as it references a message {1} which was not durably retainedOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage XA_INCOMPLETE_QUEUE(String param1, String param2)
TXN-1007 : XA transaction recover for xid {0} incomplete as it references a queue {1} which was not durably retainedOptional 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()
TXN-1001 : CreatedOptional 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.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.