Package org.objectweb.howl.log.xa

Provides public logger classes customized for use with XA Transaction Managers.

See:
          Description

Class Summary
XACommittingTx XA Transaction Managers write log records using the XALogger subclass of the basic HOWL Logger.
XALogger A specialized subclass of Logger intended to provide functionality required by any XA Transaction Manager.
XALogRecord Extends LogRecord with members that are specific to XALogger.
 

Package org.objectweb.howl.log.xa Description

Provides public logger classes customized for use with XA Transaction Managers.

The XALogger class provides additional methods to put COMMIT and put DONE records. The XALogger class manages a table of active transactions and provides a handler for log overflow notifications.

The XALogRecord class provides additional members to access the XACommittingTx object associated with the record, and determine if the record is a COMMIT record.



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