addConnectionEventListener メソッド (SQLServerPooledConnection)
SQLServerPooledConnection オブジェクトでイベントが発生した場合に通知を受けるように、渡されたイベント リスナーを登録します。
構文
public void addConnectionEventListener(javax.sql.ConnectionEventListener listener)
パラメーター
listener
ConnectionEventListener オブジェクトです。
解説
この addConnectionEventListener メソッドは、javax.sql.PooledConnection インターフェイスの addConnectionEventListener メソッドで規定されています。
参照
SQLServerPooledConnection のメソッド
SQLServerPooledConnection のメンバー
SQLServerPooledConnection クラス