javax.resource.spi
Interface ConnectionEventListener

All Superinterfaces:
java.util.EventListener

public interface ConnectionEventListener
extends java.util.EventListener

Version:
$Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $

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

void connectionClosed(ConnectionEvent event)

localTransactionStarted

void localTransactionStarted(ConnectionEvent event)

localTransactionCommitted

void localTransactionCommitted(ConnectionEvent event)

localTransactionRolledback

void localTransactionRolledback(ConnectionEvent event)

connectionErrorOccurred

void connectionErrorOccurred(ConnectionEvent event)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.