程序包 infra.aop.target

接口 PoolingConfig

所有已知实现类:
AbstractPoolingTargetSource, CommonsPool2TargetSource

public interface PoolingConfig
Config interface for a pooling target source.
从以下版本开始:
4.0
作者:
Rod Johnson, Juergen Hoeller
  • 方法概要

    修饰符和类型
    方法
    说明
    int
    Return the number of active objects in the pool.
    int
    Return the number of idle objects in the pool.
    int
    Return the maximum size of the pool.