Uses of Interface
com.sun.enterprise.resource.listener.PoolLifeCycleListener
-
Packages that use PoolLifeCycleListener Package Description com.sun.enterprise.resource.pool com.sun.enterprise.resource.pool.monitor -
-
Uses of PoolLifeCycleListener in com.sun.enterprise.resource.pool
Classes in com.sun.enterprise.resource.pool that implement PoolLifeCycleListener Modifier and Type Class Description classPoolLifeCycleListenerRegistryImplementation of PoolLifeCycleListener to listen to events related to a connection pool.Fields in com.sun.enterprise.resource.pool declared as PoolLifeCycleListener Modifier and Type Field Description protected PoolLifeCycleListenerConnectionPool. poolLifeCycleListenerFields in com.sun.enterprise.resource.pool with type parameters of type PoolLifeCycleListener Modifier and Type Field Description protected List<PoolLifeCycleListener>PoolLifeCycleListenerRegistry. poolListenersListMethods in com.sun.enterprise.resource.pool with parameters of type PoolLifeCycleListener Modifier and Type Method Description voidPoolLifeCycleListenerRegistry. registerPoolLifeCycleListener(PoolLifeCycleListener listener)Add a listener to the list of pool life cycle listeners maintained by this registry.voidConnectionPool. setPoolLifeCycleListener(PoolLifeCycleListener listener)voidResourcePool. setPoolLifeCycleListener(PoolLifeCycleListener listener)set pool life cycle listener -
Uses of PoolLifeCycleListener in com.sun.enterprise.resource.pool.monitor
Classes in com.sun.enterprise.resource.pool.monitor that implement PoolLifeCycleListener Modifier and Type Class Description classConnectionPoolEmitterImplImplementation of PoolLifeCycleListener interface to listen to events related to jdbc monitoring.
-