|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PooledConnectionEventListener
Event listener that is notified about the events in the PooledConnection.
| Method Summary | |
|---|---|
void |
physicalConnectionClosed(ConnectionEvent event)
Notify listener that PooledConnection.close() method
is directly invoked by the application. |
void |
physicalConnectionDeallocated(ConnectionEvent event)
Notify listener that PooledObject.deallocate() method
is invoked by the application. |
| Methods inherited from interface javax.sql.ConnectionEventListener |
|---|
connectionClosed, connectionErrorOccurred |
| Method Detail |
|---|
void physicalConnectionClosed(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(ConnectionEvent event)
PooledObject.deallocate() method
is invoked by the application.
event - instance of ConnectionEvent containing the instance
of PooledObject that generated this event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||