org.jboss.minerva.xa
Interface TransactionListener


public interface TransactionListener

Callback for notification when a transaction is finished.

Version:
$Revision: 1.3 $
Author:
Aaron Mulder (ammulder@alumni.princeton.edu)

Method Summary
 void transactionFailed(XAConnectionImpl con)
          Indicates that the transaction this instance was part of has finished, and there was a fatal error.
 void transactionFinished(XAConnectionImpl con)
          Indicates that the transaction this instance was part of has finished.
 

Method Detail

transactionFinished

public void transactionFinished(XAConnectionImpl con)
Indicates that the transaction this instance was part of has finished.

transactionFailed

public void transactionFailed(XAConnectionImpl con)
Indicates that the transaction this instance was part of has finished, and there was a fatal error. Any pooled resources should be recycled.


Copyright © 2000 The jBoss Organization. All Rights Reserved.