org.firebirdsql.pool
Interface PooledConnectionEventListener
- ConnectionEventListener
- AbstractDriverConnectionPoolDataSource, AbstractFBConnectionPoolDataSource
public interface PooledConnectionEventListener
extends ConnectionEventListener
Event listener that is notified about the events in the javax.sql.PooledConnection
.
physicalConnectionClosed
public void physicalConnectionClosed(ConnectionEvent event)
Notify listener that javax.sql.PooledConnection.close()
method
is directly invoked by the application.
event
- instance of ConnectionEvent
containing the instance
of javax.sql.PooledConnection
that generated this event.
physicalConnectionDeallocated
public void physicalConnectionDeallocated(ConnectionEvent event)
event
- instance of ConnectionEvent
containing the instance
of PooledObject
that generated this event.
Copyright B) 2001 David Jencks and other authors. All rights reserved.