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

Packages that use ResourceManagerEvent
org.objectweb.jonas_tm   
org.objectweb.transaction.api   
 

Uses of ResourceManagerEvent in org.objectweb.jonas_tm
 

Methods in org.objectweb.jonas_tm with parameters of type ResourceManagerEvent
 void Current.connectionOpened(ResourceManagerEvent event)
          Call back from a resource manager indicating that a connection has been opened before a transaction had begun
 void Current.connectionClosed(ResourceManagerEvent event)
          Call back from a resource manager indicating that a close has been called on a connection that had been opened before a transaction had begun
 void Current.connectionErrorOccured(ResourceManagerEvent event)
          Call back from a resource manager indicating that an error has occured on a connection that had been opened before a transaction had begun
 

Uses of ResourceManagerEvent in org.objectweb.transaction.api
 

Methods in org.objectweb.transaction.api 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.