Uses of Class
com.sun.enterprise.resource.pool.PoolLifeCycleListenerRegistry
-
Packages that use PoolLifeCycleListenerRegistry Package Description com.sun.enterprise.resource.pool.monitor org.glassfish.jdbc.pool.monitor -
-
Uses of PoolLifeCycleListenerRegistry in com.sun.enterprise.resource.pool.monitor
Methods in com.sun.enterprise.resource.pool.monitor that return PoolLifeCycleListenerRegistry Modifier and Type Method Description protected PoolLifeCycleListenerRegistryConnectorConnPoolStatsProvider. getPoolRegistry()PoolLifeCycleListenerRegistryConnectionPoolStatsProviderBootstrap. registerPool(PoolInfo poolInfo, ConnectionPoolProbeProvider poolProvider)Registers the pool lifecycle listener for this pool by creating a new ConnectionPoolEmitterImpl object for this pool.Methods in com.sun.enterprise.resource.pool.monitor with parameters of type PoolLifeCycleListenerRegistry Modifier and Type Method Description protected voidConnectorConnPoolStatsProvider. setPoolRegistry(PoolLifeCycleListenerRegistry registry) -
Uses of PoolLifeCycleListenerRegistry in org.glassfish.jdbc.pool.monitor
Methods in org.glassfish.jdbc.pool.monitor that return PoolLifeCycleListenerRegistry Modifier and Type Method Description PoolLifeCycleListenerRegistryJdbcConnPoolStatsProvider. getPoolRegistry()Methods in org.glassfish.jdbc.pool.monitor with parameters of type PoolLifeCycleListenerRegistry Modifier and Type Method Description voidJdbcConnPoolStatsProvider. setPoolRegistry(PoolLifeCycleListenerRegistry poolRegistry)
-