Class PoolLifeCycleListenerRegistry

  • All Implemented Interfaces:
    PoolLifeCycleListener

    public class PoolLifeCycleListenerRegistry
    extends Object
    implements PoolLifeCycleListener
    Implementation of PoolLifeCycleListener to listen to events related to a connection pool. The registry allows multiple listeners (ex: pool monitoring) to listen to the pool's lifecyle. Maintains a list of listeners for this pool identified by poolName.
    Author:
    Shalini M