public interface ConnectionEventListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
connectionClosed(ConnectionEvent event)
Notifies that an application has closed the connection.
|
void |
connectionErrorOccurred(ConnectionEvent event)
Notifies that a connection error has occurred.
|
void |
localTransactionCommitted(ConnectionEvent event)
Notifies that a local transaction has committed.
|
void |
localTransactionRolledback(ConnectionEvent event)
Notifies that a local transaction has rolled back.
|
void |
localTransactionStarted(ConnectionEvent event)
Notifies that a local transaction has started.
|
void connectionClosed(ConnectionEvent event)
void localTransactionStarted(ConnectionEvent event)
void localTransactionCommitted(ConnectionEvent event)
void localTransactionRolledback(ConnectionEvent event)
void connectionErrorOccurred(ConnectionEvent event)