Uses of Interface
com.sun.enterprise.resource.listener.PoolLifeCycle
-
Packages that use PoolLifeCycle Package Description com.sun.enterprise.resource.pool com.sun.enterprise.resource.pool.monitor -
-
Uses of PoolLifeCycle in com.sun.enterprise.resource.pool
Classes in com.sun.enterprise.resource.pool that implement PoolLifeCycle Modifier and Type Class Description classPoolLifeCycleRegistryImplementation of PoolLifeCycle to listen to events related to a connection pool creation or destroy.Fields in com.sun.enterprise.resource.pool with type parameters of type PoolLifeCycle Modifier and Type Field Description protected List<PoolLifeCycle>PoolLifeCycleRegistry. lifeCycleListenersMethods in com.sun.enterprise.resource.pool with parameters of type PoolLifeCycle Modifier and Type Method Description voidPoolLifeCycleRegistry. registerPoolLifeCycle(PoolLifeCycle listener)Add a listener to the list of pool life cycle listeners maintained by this registry for thepoolName.voidPoolManager. registerPoolLifeCycleListener(PoolLifeCycle poolListener)voidPoolManagerImpl. registerPoolLifeCycleListener(PoolLifeCycle poolListener)voidPoolLifeCycleRegistry. unRegisterPoolLifeCycle(PoolLifeCycle listener)Clear the list of pool lifecycle listeners maintained by the registry. -
Uses of PoolLifeCycle in com.sun.enterprise.resource.pool.monitor
Classes in com.sun.enterprise.resource.pool.monitor that implement PoolLifeCycle Modifier and Type Class Description classConnectionPoolStatsProviderBootstrapBootstrap operations of stats provider objects are done by this class.
-