Uses of Class
org.springframework.aop.target.PoolingConfig

Packages that use PoolingConfig
org.springframework.aop.target 

Uses of PoolingConfig in org.springframework.aop.target
 

Classes in org.springframework.aop.target that implement PoolingConfig
class AbstractPoolingTargetSource
          Abstract uperclass for pooling TargetSources that maintains a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.