Uses of Interface
org.springframework.aop.target.PoolingConfig
Packages that use PoolingConfig Package Description org.springframework.aop.target Uses of PoolingConfig in org.springframework.aop.target
Classes in org.springframework.aop.target that implement PoolingConfig Modifier and Type Class Description classAbstractPoolingTargetSourceAbstract base class for poolingTargetSourceimplementations which maintain a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.classCommonsPool2TargetSourceTargetSourceimplementation that holds objects in a configurable Apache Commons2 Pool.