Constructor and Description |
---|
XALogRecord(int size)
constructs an instance of XALogRecord with a byte[]
of size data.
|
Modifier and Type | Method and Description |
---|---|
XACommittingTx |
getTx() |
boolean |
isCommit() |
public XALogRecord(int size)
size
- initial size of data buffer.
the get() method will reallocate the data buffer to accomdate larger records.
public XACommittingTx getTx()
public boolean isCommit()
Copyright © 2019 ObjectWeb HOWL. All rights reserved.