javax.resource.spi
Interface ConnectionEventListener
- All Superinterfaces:
- EventListener
public interface ConnectionEventListener
- extends EventListener
- Version:
- $Rev: 704729 $ $Date: 2008-10-15 00:59:51 +0200 (Mi, 15. Okt 2008) $
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 © 2003-2012 The Apache Software Foundation. All Rights Reserved.