removeConnectionEventListener(ConnectionEventListener listener)
Syntax:
void removeConnectionEventListener(ConnectionEventListener listener)
Description:
Removes the given event listener from the list of components that will be notified when an event occurs on this PooledConnection
object.
Parameters:
listener
a component, usually the connection pool manager, that has implemented the ConnectionEventListener
interface and been registered with this PooledConnection
object as a listener
Reference:
For more information, reference JDBC documentation for: PooledConnection.removeConnectionEventListener(ConnectionEventListener)