|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface PooledConnectionEventListener
Event listener that is notified about the events in the PooledConnection
.
Method Summary | |
---|---|
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. |
Methods inherited from interface javax.sql.ConnectionEventListener |
---|
connectionClosed, connectionErrorOccurred |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |