|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.transaction.xalog.AbstractXALogStream
public abstract class AbstractXALogStream
Implements a single log stream. Each log stream has two associated files in order to switch at the end of the file.
Constructor Summary | |
---|---|
AbstractXALogStream()
|
Method Summary | |
---|---|
abstract void |
writeTMCommit(XidImpl xid)
Writes a commit entry to the log file. |
abstract void |
writeTMFinish(XidImpl xid)
Writes a finish entry to the log file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractXALogStream()
Method Detail |
---|
public abstract void writeTMCommit(XidImpl xid)
public abstract void writeTMFinish(XidImpl xid)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |