Package | Description |
---|---|
org.objectweb.transaction.jta |
ObjectWeb's extension to JTA
(Java Transaction API)
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceManagerEventListener.connectionClosed(ResourceManagerEvent event)
This method is called by the resource manager when a logical connection
that was opened without transaction context is closed.
|
void |
ResourceManagerEventListener.connectionErrorOccured(ResourceManagerEvent event)
This method is called by the resource manager when a logical connection
that was opened without transaction context is about to throw an
exception.
|
void |
ResourceManagerEventListener.connectionOpened(ResourceManagerEvent event)
This method is called by the resource manager when a
getConnection call is made without a transaction
context. |