Uses of Interface
javax.resource.spi.ConnectionEventListener

Packages that use ConnectionEventListener
javax.resource.spi The javax.resource.spi package contains APIs for the system contracts defined in the J2EE Connector Architecture specification. 
 

Uses of ConnectionEventListener in javax.resource.spi
 

Methods in javax.resource.spi with parameters of type ConnectionEventListener
 void ManagedConnection.addConnectionEventListener(ConnectionEventListener listener)
          Adds a connection event listener to the ManagedConnection instance.
 void ManagedConnection.removeConnectionEventListener(ConnectionEventListener listener)
          Removes an already registered connection event listener from the ManagedConnection instance.