Uses of Interface
javax.sql.ConnectionEventListener
| Package | Description |
|---|---|
| javax.sql |
-
Uses of ConnectionEventListener in javax.sql
Methods in javax.sql with parameters of type ConnectionEventListener Modifier and Type Method Description voidPooledConnection. addConnectionEventListener(ConnectionEventListener theListener)Registers the suppliedConnectionEventListenerwith thisPooledConnection.voidPooledConnection. removeConnectionEventListener(ConnectionEventListener theListener)Unregisters the suppliedConnectionEventListenerfrom thisPooledConnection.