| Package | Description |
|---|---|
| com.sun.enterprise.resource.pool | |
| com.sun.enterprise.resource.pool.monitor |
| Modifier and Type | Class and Description |
|---|---|
class |
PoolLifeCycleRegistry
Implementation of PoolLifeCycle to listen to events related to a
connection pool creation or destroy.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<PoolLifeCycle> |
PoolLifeCycleRegistry.lifeCycleListeners |
| Modifier and Type | Method and Description |
|---|---|
void |
PoolLifeCycleRegistry.registerPoolLifeCycle(PoolLifeCycle listener)
Add a listener to the list of pool life cycle listeners maintained by
this registry for the
poolName. |
void |
PoolManagerImpl.registerPoolLifeCycleListener(PoolLifeCycle poolListener) |
void |
PoolManager.registerPoolLifeCycleListener(PoolLifeCycle poolListener) |
void |
PoolLifeCycleRegistry.unRegisterPoolLifeCycle(PoolLifeCycle listener)
Clear the list of pool lifecycle listeners maintained by the registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionPoolStatsProviderBootstrap
Bootstrap operations of stats provider objects are done by this class.
|
Copyright © 2019. All rights reserved.