javax.resource.spi
public interface ConnectionEventListener extends EventListener
| Method Summary | |
|---|---|
| void | connectionClosed(ConnectionEvent event) |
| void | connectionErrorOccurred(ConnectionEvent event) |
| void | localTransactionCommitted(ConnectionEvent event) |
| void | localTransactionRolledback(ConnectionEvent event) |
| void | localTransactionStarted(ConnectionEvent event) |