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
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 © {inceptionYear}-2007 null. All Rights Reserved.