| Package | Description |
|---|---|
| com.sun.enterprise.resource.pool | |
| com.sun.enterprise.resource.pool.monitor |
| Modifier and Type | Class and Description |
|---|---|
class |
PoolLifeCycleListenerRegistry
Implementation of PoolLifeCycleListener to listen to events related to a
connection pool.
|
| Modifier and Type | Field and Description |
|---|---|
protected PoolLifeCycleListener |
ConnectionPool.poolLifeCycleListener |
| Modifier and Type | Field and Description |
|---|---|
protected List<PoolLifeCycleListener> |
PoolLifeCycleListenerRegistry.poolListenersList |
| Modifier and Type | Method and Description |
|---|---|
void |
PoolLifeCycleListenerRegistry.registerPoolLifeCycleListener(PoolLifeCycleListener listener)
Add a listener to the list of pool life cycle listeners maintained by
this registry.
|
void |
ResourcePool.setPoolLifeCycleListener(PoolLifeCycleListener listener)
set pool life cycle listener
|
void |
ConnectionPool.setPoolLifeCycleListener(PoolLifeCycleListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionPoolEmitterImpl
Implementation of PoolLifeCycleListener interface to listen to events related
to jdbc monitoring.
|
Copyright © 2017. All rights reserved.