|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceManagerEvent | |
|---|---|
| org.objectweb.jotm | |
| org.objectweb.transaction.jta | |
| Uses of ResourceManagerEvent in org.objectweb.jotm |
|---|
| Methods in org.objectweb.jotm with parameters of type ResourceManagerEvent | |
|---|---|
void |
Current.connectionClosed(ResourceManagerEvent event)
|
void |
Current.connectionErrorOccured(ResourceManagerEvent event)
|
void |
Current.connectionOpened(ResourceManagerEvent event)
|
| Uses of ResourceManagerEvent in org.objectweb.transaction.jta |
|---|
| Methods in org.objectweb.transaction.jta with parameters of type ResourceManagerEvent | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||