@Deprecated
public interface PooledConnectionEventListener
extends javax.sql.ConnectionEventListener
PooledConnection.| Modifier and Type | Method and Description |
|---|---|
void |
physicalConnectionClosed(javax.sql.ConnectionEvent event)
Deprecated.
Notify listener that
PooledConnection.close() method
is directly invoked by the application. |
void |
physicalConnectionDeallocated(javax.sql.ConnectionEvent event)
Deprecated.
Notify listener that
PooledObject.deallocate() method
is invoked by the application. |
void physicalConnectionClosed(javax.sql.ConnectionEvent event)
PooledConnection.close() method
is directly invoked by the application.event - instance of ConnectionEvent containing the instance
of PooledConnection that generated this event.void physicalConnectionDeallocated(javax.sql.ConnectionEvent event)
PooledObject.deallocate() method
is invoked by the application.event - instance of ConnectionEvent containing the instance
of PooledObject that generated this event.Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.