public interface

PoolingConfig

org.springframework.aop.target.PoolingConfig
Known Indirect Subclasses

Class Overview

Config interface for a pooling target source.

Summary

Public Methods
abstract int getActiveCount()
Return the number of active objects in the pool.
abstract int getIdleCount()
Return the number of idle objects in the pool.
abstract int getMaxSize()
Return the maximum size of the pool.

Public Methods

public abstract int getActiveCount ()

Return the number of active objects in the pool.

Throws
UnsupportedOperationException if not supported by the pool

public abstract int getIdleCount ()

Return the number of idle objects in the pool.

Throws
UnsupportedOperationException if not supported by the pool

public abstract int getMaxSize ()

Return the maximum size of the pool.