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 Modifier and Type 方法 描述 void
PooledConnection. addConnectionEventListener(ConnectionEventListener listener)
注册给定的事件侦听器,以便在PooledConnection
对象发生事件时通知它。void
PooledConnection. removeConnectionEventListener(ConnectionEventListener listener)
从在PooledConnection
对象发生事件时将被通知的组件列表中删除给定的事件侦听器。
-