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)
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.