Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.resource.spi.ConnectionEvent

Uses of ConnectionEvent in javax.resource.spi
 

Methods in javax.resource.spi with parameters of type ConnectionEvent
 void ConnectionEventListener.connectionClosed(ConnectionEvent event)
           
 void ConnectionEventListener.localTransactionStarted(ConnectionEvent event)
           
 void ConnectionEventListener.localTransactionCommitted(ConnectionEvent event)
           
 void ConnectionEventListener.localTransactionRolledback(ConnectionEvent event)
           
 void ConnectionEventListener.connectionErrorOccurred(ConnectionEvent event)