Uses of Class
com.caucho.transaction.XidImpl

Packages that use XidImpl
com.caucho.transaction.xalog   
 

Uses of XidImpl in com.caucho.transaction.xalog
 

Methods in com.caucho.transaction.xalog with parameters of type XidImpl
abstract  boolean AbstractXALogManager.hasCommittedXid(XidImpl xid)
          True if the xid is an already-committed xid
abstract  void AbstractXALogStream.writeTMCommit(XidImpl xid)
          Writes a commit entry to the log file.
abstract  void AbstractXALogStream.writeTMFinish(XidImpl xid)
          Writes a finish entry to the log file.