| 程序包 | 说明 |
|---|---|
| org.springframework.aop.target |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractPoolingTargetSource
Abstract base class for pooling
TargetSource
implementations which maintain a pool of target instances, acquiring and
releasing a target object from the pool for each method invocation. |
class |
CommonsPool2TargetSource
TargetSource implementation that holds
objects in a configurable Apache Commons2 Pool. |