Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.ra
Class ConnectionEventListenerAdapter  view ConnectionEventListenerAdapter download ConnectionEventListenerAdapter.java

java.lang.Object
  extended byorg.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 $

Constructor Summary
ConnectionEventListenerAdapter()
           
 
Method Summary
 void connectionClosed(javax.resource.spi.ConnectionEvent arg0)
           
 void connectionErrorOccurred(javax.resource.spi.ConnectionEvent arg0)
           
 void localTransactionCommitted(javax.resource.spi.ConnectionEvent arg0)
           
 void localTransactionRolledback(javax.resource.spi.ConnectionEvent arg0)
           
 void localTransactionStarted(javax.resource.spi.ConnectionEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionEventListenerAdapter

public ConnectionEventListenerAdapter()
Method Detail

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