|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.howl.log.LogRecord
org.objectweb.howl.log.xa.XALogRecord
public class XALogRecord
Extends LogRecord
with
members that are specific to XALogger.
Allows XALogger to provide a reference to an activeTx entry associated with the log record to the calling TM.
Field Summary |
---|
Fields inherited from class org.objectweb.howl.log.LogRecord |
---|
data, dataBuffer, fields, key, length, tod, type |
Constructor Summary | |
---|---|
XALogRecord(int size)
constructs an instance of XALogRecord with a byte[] of size data. |
Method Summary | |
---|---|
XACommittingTx |
getTx()
|
boolean |
isCommit()
|
Methods inherited from class org.objectweb.howl.log.LogRecord |
---|
capacity, get, getFields, isCTRL, isEOB, setFilterCtrlRecords |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XALogRecord(int size)
size
- initial size of data buffer.
the get() method will reallocate the data buffer to accomdate larger records.
Method Detail |
---|
public XACommittingTx getTx()
public boolean isCommit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |