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) $
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 © 2011. All Rights Reserved.