javax.resource.spi
Interface ConnectionEventListener

All Superinterfaces:
java.util.EventListener

public interface ConnectionEventListener
extends java.util.EventListener

Version:
$Rev: 46019 $ $Date: 2004-09-14 03:56:06 -0600 (Tue, 14 Sep 2004) $

Method Summary
 void connectionClosed(ConnectionEvent event)
           
 void connectionErrorOccurred(ConnectionEvent event)
           
 void localTransactionCommitted(ConnectionEvent event)
           
 void localTransactionRolledback(ConnectionEvent event)
           
 void localTransactionStarted(ConnectionEvent event)
           
 

Method Detail

connectionClosed

public void connectionClosed(ConnectionEvent event)

localTransactionStarted

public void localTransactionStarted(ConnectionEvent event)

localTransactionCommitted

public void localTransactionCommitted(ConnectionEvent event)

localTransactionRolledback

public void localTransactionRolledback(ConnectionEvent event)

connectionErrorOccurred

public void connectionErrorOccurred(ConnectionEvent event)