org.apache.geronimo.connector.outbound.connectiontracking
Class GeronimoTransactionListener

java.lang.Object
  extended by org.apache.geronimo.connector.outbound.connectiontracking.GeronimoTransactionListener
All Implemented Interfaces:
EventListener, org.apache.geronimo.transaction.manager.TransactionManagerMonitor

public class GeronimoTransactionListener
extends Object
implements org.apache.geronimo.transaction.manager.TransactionManagerMonitor


Constructor Summary
GeronimoTransactionListener(TrackedConnectionAssociator trackedConnectionAssociator)
           
 
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

GeronimoTransactionListener

public GeronimoTransactionListener(TrackedConnectionAssociator trackedConnectionAssociator)
Method Detail

threadAssociated

public void threadAssociated(Transaction transaction)
Specified by:
threadAssociated in interface org.apache.geronimo.transaction.manager.TransactionManagerMonitor

threadUnassociated

public void threadUnassociated(Transaction transaction)
Specified by:
threadUnassociated in interface org.apache.geronimo.transaction.manager.TransactionManagerMonitor


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.