org.apache.geronimo.persistence
Class TransactionListener

java.lang.Object
  extended by org.apache.geronimo.persistence.TransactionListener
All Implemented Interfaces:
EventListener, TransactionManagerMonitor

public class TransactionListener
extends Object
implements TransactionManagerMonitor

Version:
$Rev: 476049 $ $Date: 2006-11-17 12:35:17 +0800 (Fri, 17 Nov 2006) $

Constructor Summary
TransactionListener()
           
 
Method Summary
 void threadAssociated(Transaction transaction)
           
 void threadUnassociated(Transaction transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionListener

public TransactionListener()
Method Detail

threadAssociated

public void threadAssociated(Transaction transaction)
Specified by:
threadAssociated in interface TransactionManagerMonitor

threadUnassociated

public void threadUnassociated(Transaction transaction)
Specified by:
threadUnassociated in interface TransactionManagerMonitor


Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.