|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionPoolManagerListener
Listener for ConnectionPoolManagerEvent
instances.
Listeners should ensure the implementations of the listed methods return
quickly. Tasks that require more time should spawn a new thread.
Method Summary | |
---|---|
void |
poolManagerInstancesChanged(ConnectionPoolManagerEvent evt)
Called when the internally-referenced ConnectionPoolManager
instances collection has changed. |
void |
poolManagerReleased(ConnectionPoolManagerEvent evt)
Called when a ConnectionPoolManager is released. |
Method Detail |
---|
void poolManagerInstancesChanged(ConnectionPoolManagerEvent evt)
ConnectionPoolManager
instances collection has changed.
void poolManagerReleased(ConnectionPoolManagerEvent evt)
ConnectionPoolManager
is released.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |