API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql. ConnectionEventListener View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 EventListener
      ConnectionEventListener
Subinterfaces
Description
public interface ConnectionEventListener
  An object that registers to be notified of events generated by a PooledConnection object.
See also:   
Methods
Hide/Show inherited methods
public void connectionClosed (ConnectionEvent event)
  Notifies this ConnectionEventListener that the application has called the method close on its representation of a pooled connection.
public void connectionErrorOccurred (ConnectionEvent event)
  Notifies this ConnectionEventListener that a fatal error has occurred and the pooled connection can no longer be used.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar