public interface ConnectionPoolManagerListener
ConnectionPoolManagerEvent instances.
Listeners should ensure the implementations of the listed methods return
quickly. Tasks that require more time should spawn a new thread.| Modifier and Type | Method and Description |
|---|---|
void |
poolManagerInstancesChanged(ConnectionPoolManagerEvent evt)
Called when the internally-referenced
ConnectionPoolManager
instances collection has changed. |
void |
poolManagerReleased(ConnectionPoolManagerEvent evt)
Called when a
ConnectionPoolManager is released. |
void poolManagerInstancesChanged(ConnectionPoolManagerEvent evt)
ConnectionPoolManager
instances collection has changed.evt - event instancevoid poolManagerReleased(ConnectionPoolManagerEvent evt)
ConnectionPoolManager is released.evt - event instanceCopyright © 2016. All rights reserved.