Uses of Class
javax.sql.ConnectionEvent
| Package | Description |
|---|---|
| javax.sql |
-
Uses of ConnectionEvent in javax.sql
Methods in javax.sql with parameters of type ConnectionEvent Modifier and Type Method Description voidConnectionEventListener. connectionClosed(ConnectionEvent theEvent)Notifies theConnectionEventListenerthat an application has called theclosemethod on a pooled connection.voidConnectionEventListener. connectionErrorOccurred(ConnectionEvent theEvent)Notifies theConnectionEventListenerthat an error has occurred on aPooledConnection.