| 程序包 | 说明 |
|---|---|
| org.apache.commons.pool2.impl |
Object pooling API implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SwallowedExceptionListener |
BaseGenericObjectPool.getSwallowedExceptionListener()
The listener used (if any) to receive notifications of exceptions
unavoidably swallowed by the pool.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BaseGenericObjectPool.setSwallowedExceptionListener(SwallowedExceptionListener swallowedExceptionListener)
The listener used (if any) to receive notifications of exceptions
unavoidably swallowed by the pool.
|