Uses of Class
javax.sql.ConnectionEvent

Packages that use ConnectionEvent
javax.sql   
 

Uses of ConnectionEvent in javax.sql
 

Methods in javax.sql with parameters of type ConnectionEvent
 void ConnectionEventListener.connectionClosed(ConnectionEvent connectionEvent)
          Invoked when the application calls close() on its representation of the connection.
 void ConnectionEventListener.connectionErrorOccurred(ConnectionEvent connectionEvent)
          Invoked when a fatal connection error occurs, just before an SQLException is thrown to the application.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.