Package | Description |
---|---|
javax.resource.spi |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionEventListener.connectionClosed(ConnectionEvent event)
Notifies that an application has closed the connection.
|
void |
ConnectionEventListener.connectionErrorOccurred(ConnectionEvent event)
Notifies that a connection error has occurred.
|
void |
ConnectionEventListener.localTransactionCommitted(ConnectionEvent event)
Notifies that a local transaction has committed.
|
void |
ConnectionEventListener.localTransactionRolledback(ConnectionEvent event)
Notifies that a local transaction has rolled back.
|
void |
ConnectionEventListener.localTransactionStarted(ConnectionEvent event)
Notifies that a local transaction has started.
|