|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.howl.log.xa.XACommittingTx
public class XACommittingTx
XA Transaction Managers write log records using the XALogger subclass of the basic HOWL Logger. The XALogger methods keep track of transactions that are in the COMMITTING state using XACommittingTx objects.
Method Summary | |
---|---|
long |
getLogKey()
|
byte[][] |
getRecord()
returns the byte[][] containing the COMMIT record data. |
boolean |
isDone()
returns done as maintained by XALogger.putCommit() and XALogger.putDone(). |
boolean |
isMoving()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final byte[][] getRecord()
This method is used by the log overflow notification processor to retrieve the original record data and write a new copy of the COMMIT record.
public final long getLogKey()
public final boolean isDone()
public final boolean isMoving()
The XALogger.putDone() method waits until moving is false.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |