Uses of Interface
javax.sql.ConnectionEventListener
-
Packages that use ConnectionEventListener 软件包 描述 javax.sql 提供用于从Java™编程语言访问和处理服务器端数据源的API。 -
-
Uses of ConnectionEventListener in javax.sql
Methods in javax.sql with parameters of type ConnectionEventListener 变量和类型 方法 描述 void
PooledConnection. addConnectionEventListener(ConnectionEventListener listener)
注册给定的事件侦听器,以便在此PooledConnection
对象上发生事件时通知它。void
PooledConnection. removeConnectionEventListener(ConnectionEventListener listener)
从在此PooledConnection
对象上发生事件时将通知的组件列表中删除给定的事件侦听器。
-