Hitachi

Hitachi Advanced Database Application Development Guide


10.4.5 removeConnectionEventListener(ConnectionEventListener listener)

Organization of this subsection

(1) Function

This method deletes a specified event listener from the component list that is reported when events occur in this PooledConnection object.

(2) Format

public synchronized void removeConnectionEventListener(ConnectionEventListener listener)

(3) Arguments

ConnectionEventListener listener

Specifies a component that implements the ConnectionEventListener interface and has been registered as an event listener. Normally, this is a connection pool management program.

(4) Return value

None.

(5) Exceptions

None.