Interface PoolingConfig

All Known Implementing Classes:
AbstractPoolingTargetSource, CommonsPool2TargetSource

public interface PoolingConfig
Config interface for a pooling target source.
Author:
Rod Johnson, Juergen Hoeller
  • Method Summary

    Modifier and Type
    Method
    Description
    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.