|
|||||||||
接口 javax.sql.ConnectionEventListener
的使用
使用 ConnectionEventListener 的软件包 | |
---|---|
javax.sql | 为通过 JavaTM 编程语言进行服务器端数据源访问和处理提供 API。 |
javax.sql 中 ConnectionEventListener 的使用 |
---|
参数类型为 ConnectionEventListener 的 javax.sql 中的方法 | |
---|---|
void |
PooledConnection.addConnectionEventListener(ConnectionEventListener listener) 注册给定的事件侦听器,以便在此 PooledConnection 对象上发生事件时它将得到通知。 |
void |
PooledConnection.removeConnectionEventListener(ConnectionEventListener listener) 从在此 PooledConnection 对象上发生事件时得到通知的组件所组成的列表中移除给定的事件侦听器。 |
所有类
|
|||||||||