|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PoolingConfig
Config interface for a pooling target source.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getMaxSize()
int getActiveCount() throws UnsupportedOperationException
UnsupportedOperationException
- if not supported by the poolint getIdleCount() throws UnsupportedOperationException
UnsupportedOperationException
- if not supported by the pool
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |