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 方法 描述 voidConnectionEventListener. connectionClosed(ConnectionEvent event)通知这个ConnectionEventListener应用程序已经调用了方法close对其合并连接的表示。voidConnectionEventListener. connectionErrorOccurred(ConnectionEvent event)通知此ConnectionEventListener发生了致命错误,并且无法再使用池连接。
-