Registers the given event listener so that it will be notified when an event occurs on this SQLServerPooledConnection object.

public void addConnectionEventListener(javax.sql.ConnectionEventListener listener)

Parameters

listener

A ConnectionEventListener object.

Remarks

This addConnectionEventListener method is specified by the addConnectionEventListener method in the javax.sql.PooledConnection interface.

See Also