Uses of Class
javax.sql.ConnectionEvent
-
Packages that use ConnectionEvent 软件包 描述 javax.sql 通过Java编程语言为服务器端数据源访问和处理提供API。 -
-
Uses of ConnectionEvent in javax.sql
Methods in javax.sql with parameters of type ConnectionEvent Modifier and Type 方法 描述 void
ConnectionEventListener. connectionClosed(ConnectionEvent event)
通知这个ConnectionEventListener
应用程序已经调用了方法close
对其合并连接的表示。void
ConnectionEventListener. connectionErrorOccurred(ConnectionEvent event)
通知此ConnectionEventListener
发生了致命错误,并且无法再使用池连接。
-