snaq.db
Interface ConnectionPoolManagerListener


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.

Author:
Giles Winstanley

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

poolManagerInstancesChanged

void poolManagerInstancesChanged(ConnectionPoolManagerEvent evt)
Called when the internally-referenced ConnectionPoolManager instances collection has changed.


poolManagerReleased

void poolManagerReleased(ConnectionPoolManagerEvent evt)
Called when a ConnectionPoolManager is released.