| Package | Description |
|---|---|
| org.csc.phynixx.loggersystem.logger | |
| org.csc.phynixx.loggersystem.logrecord |
| Modifier and Type | Method and Description |
|---|---|
void |
IDataLoggerReplay.onRecord(XALogRecordType type,
byte[][] message)
replays the records written.
|
| Modifier and Type | Field and Description |
|---|---|
static XALogRecordType |
XALogRecordType.ROLLBACK_DATA |
static XALogRecordType |
XALogRecordType.ROLLFORWARD_DATA |
static XALogRecordType |
XALogRecordType.UNKNOWN |
static XALogRecordType |
XALogRecordType.USER |
static XALogRecordType |
XALogRecordType.XA_DONE |
static XALogRecordType |
XALogRecordType.XA_PREPARED |
static XALogRecordType |
XALogRecordType.XA_START |
| Modifier and Type | Method and Description |
|---|---|
XALogRecordType |
IDataRecord.getLogRecordType() |
static XALogRecordType |
XALogRecordType.resolve(short type) |
| Modifier and Type | Method and Description |
|---|---|
IDataRecord |
PhynixxXADataRecorder.createDataRecord(XALogRecordType logRecordType,
byte[] recordData) |
IDataRecord |
IXADataRecorder.createDataRecord(XALogRecordType logRecordType,
byte[] recordData) |
IDataRecord |
PhynixxXADataRecorder.createDataRecord(XALogRecordType logRecordType,
byte[][] recordData) |
IDataRecord |
IXADataRecorder.createDataRecord(XALogRecordType logRecordType,
byte[][] recordData) |
void |
ILogRecordReplayListener.onRecord(XALogRecordType type,
byte[][] message)
replays the records written.
|
Copyright © 2017. All rights reserved.