Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » target » [javadoc | source]
org.springframework.aop.target
public interface: PoolingConfig [javadoc | source]

All Known Implementing Classes:
    CommonsPoolTargetSource, AbstractPoolingTargetSource

Config interface for a pooling target source.
Method from org.springframework.aop.target.PoolingConfig Summary:
getActiveCount,   getIdleCount,   getMaxSize
Method from org.springframework.aop.target.PoolingConfig Detail:
 public int getActiveCount() throws UnsupportedOperationException
    Return the number of active objects in the pool.
 public int getIdleCount() throws UnsupportedOperationException
    Return the number of idle objects in the pool.
 public int getMaxSize()
    Return the maximum size of the pool.