javax.resource.spi
Interface ConnectionEventListener
- All Superinterfaces:
- java.util.EventListener
- public interface ConnectionEventListener
- extends java.util.EventListener
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:59:45 $
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)
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.