| Package | Description | 
|---|---|
| com.caucho.transaction.xalog | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | XALogManager. hasCommittedXid(XidImpl xid)True if the xid is an already-committed xid | 
| abstract boolean | AbstractXALogManager. hasCommittedXid(XidImpl xid)True if the xid is an already-committed xid | 
| void | XALogStream. readXid(ReadStream is,
       XidImpl xid)Reads a record. | 
| void | XALogStream. writeTMCommit(XidImpl xid)Writes a commit entry to the log file. | 
| abstract void | AbstractXALogStream. writeTMCommit(XidImpl xid)Writes a commit entry to the log file. | 
| void | XALogStream. writeTMFinish(XidImpl xid)Writes a finish entry to the log file. | 
| abstract void | AbstractXALogStream. writeTMFinish(XidImpl xid)Writes a finish entry to the log file. |