org.activemq.ra
Class ConnectionEventListenerAdapter

java.lang.Object
org.activemq.ra.ConnectionEventListenerAdapter
- All Implemented Interfaces:
- javax.resource.spi.ConnectionEventListener, java.util.EventListener
- public class ConnectionEventListenerAdapter
- extends java.lang.Object
- implements javax.resource.spi.ConnectionEventListener
- Version:
- $Revision: 1.1.1.1 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionEventListenerAdapter
public ConnectionEventListenerAdapter()
connectionClosed
public void connectionClosed(javax.resource.spi.ConnectionEvent arg0)
- Specified by:
connectionClosed in interface javax.resource.spi.ConnectionEventListener
localTransactionStarted
public void localTransactionStarted(javax.resource.spi.ConnectionEvent arg0)
- Specified by:
localTransactionStarted in interface javax.resource.spi.ConnectionEventListener
localTransactionCommitted
public void localTransactionCommitted(javax.resource.spi.ConnectionEvent arg0)
- Specified by:
localTransactionCommitted in interface javax.resource.spi.ConnectionEventListener
localTransactionRolledback
public void localTransactionRolledback(javax.resource.spi.ConnectionEvent arg0)
- Specified by:
localTransactionRolledback in interface javax.resource.spi.ConnectionEventListener
connectionErrorOccurred
public void connectionErrorOccurred(javax.resource.spi.ConnectionEvent arg0)
- Specified by:
connectionErrorOccurred in interface javax.resource.spi.ConnectionEventListener