Uses of Class
javax.resource.spi.ConnectionEvent

Packages that use ConnectionEvent
javax.resource.spi   
 

Uses of ConnectionEvent in javax.resource.spi
 

Methods in javax.resource.spi with parameters of type ConnectionEvent
 void ConnectionEventListener.connectionClosed(ConnectionEvent event)
          Notifies that an application component has closed the connection.
A ManagedConnection instance notifies its registered set of listeners by calling ConnectionEventListener.connectionClosed method when an application component closes a connection handle.
 void ConnectionEventListener.connectionErrorOccurred(ConnectionEvent event)
          Notifies a connection related error.
 void ConnectionEventListener.localTransactionCommitted(ConnectionEvent event)
          Notifies that a Resource Manager Local Transaction was committed on the ManagedConnection instance.
 void ConnectionEventListener.localTransactionRolledback(ConnectionEvent event)
          Notifies that a Resource Manager Local Transaction was rolled back on the ManagedConnection instance.
 void ConnectionEventListener.localTransactionStarted(ConnectionEvent event)
          Notifies that a Resource Manager Local Transaction was started on the ManagedConnection instance.
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.