Método addConnectionEventListener (SQLServerPooledConnection)
Registra la escucha de evento determinado de forma que se notificará si se produce un evento en este objeto SQLServerPooledConnection.
Sintaxis
public void addConnectionEventListener(javax.sql.ConnectionEventListener listener)
Parámetros
listener
Un objeto ConnectionEventListener.
Observaciones
El método addConnectionEventListener especifica este método addConnectionEventListener en la interfaz javax.sql.PooledConnection.
Consulte también
Métodos SQLServerPooledConnection
Miembros SQLServerPooledConnection
Clase SQLServerPooledConnection