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 has closed the connection.
 void ConnectionEventListener.connectionErrorOccurred(ConnectionEvent event)
          Notifies that a connection error has occurred.
 void ConnectionEventListener.localTransactionCommitted(ConnectionEvent event)
          Notifies that a local transaction has committed.
 void ConnectionEventListener.localTransactionRolledback(ConnectionEvent event)
          Notifies that a local transaction has rolled back.
 void ConnectionEventListener.localTransactionStarted(ConnectionEvent event)
          Notifies that a local transaction has started.