javax.resource.spi
Interface ConnectionEventListener
- All Superinterfaces:
- java.util.EventListener
public interface ConnectionEventListener
- extends java.util.EventListener
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 11:56:06 +0200 (Tue, 14 Sep 2004) $
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}-2009 null. All Rights Reserved.