Uses of Class
org.objectweb.howl.log.xa.XACommittingTx

Packages that use XACommittingTx
org.objectweb.howl.log.xa Provides public logger classes customized for use with XA Transaction Managers. 
 

Uses of XACommittingTx in org.objectweb.howl.log.xa
 

Methods in org.objectweb.howl.log.xa that return XACommittingTx
 XACommittingTx XALogger.putCommit(byte[][] record)
          Write a begin COMMIT record to the log.
 XACommittingTx XALogRecord.getTx()
           
 

Methods in org.objectweb.howl.log.xa with parameters of type XACommittingTx
 long XALogger.putDone(byte[][] record, XACommittingTx tx)
          Write a DONE record to the log.
 



Copyright © 2003-2005 HOWL Development Team. All Rights Reserved.