Uses of Interface
org.objectweb.transaction.jta.ResourceManagerEvent

Packages that use ResourceManagerEvent
org.objectweb.jotm JOTM (Java Open Transaction Manager), the ObjectWeb Transaction Manager 
org.objectweb.transaction.jta ObjectWeb's extension to JTA (Java Transaction API
 

Uses of ResourceManagerEvent in org.objectweb.jotm
 

Methods in org.objectweb.jotm with parameters of type ResourceManagerEvent
 void Current.connectionOpened(ResourceManagerEvent event)
           
 void Current.connectionClosed(ResourceManagerEvent event)
           
 void Current.connectionErrorOccured(ResourceManagerEvent event)
           
 

Uses of ResourceManagerEvent in org.objectweb.transaction.jta
 

Methods in org.objectweb.transaction.jta with parameters of type ResourceManagerEvent
 void ResourceManagerEventListener.connectionOpened(ResourceManagerEvent event)
          This method is called by the resource manager when a getConnection call is made without a transaction context.
 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.