public interface PoolingConfig
| Modifier and Type | Method and Description | 
|---|---|
| int | getActiveCount()Return the number of active objects in the pool. | 
| int | getIdleCount()Return the number of idle objects in the pool. | 
| int | getMaxSize()Return the maximum size of the pool. | 
int getMaxSize()
int getActiveCount()
            throws UnsupportedOperationException
UnsupportedOperationException - if not supported by the poolint getIdleCount()
          throws UnsupportedOperationException
UnsupportedOperationException - if not supported by the pool