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