|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Config interface for a pooling target source.
Method Summary | |
int |
getActive()
Deprecated. in favor of getActiveCount |
int |
getActiveCount()
Return the number of active objects in the pool. |
int |
getFree()
Deprecated. in favor of getIdleCount |
int |
getIdleCount()
Return the number of idle objects in the pool. |
int |
getMaxSize()
Return the maximum size of the pool. |
Method Detail |
public int getMaxSize()
public int getActiveCount() throws UnsupportedOperationException
UnsupportedOperationException
- if not supported by the poolpublic int getIdleCount() throws UnsupportedOperationException
UnsupportedOperationException
- if not supported by the poolpublic int getActive() throws UnsupportedOperationException
UnsupportedOperationException
getActiveCount()
public int getFree() throws UnsupportedOperationException
UnsupportedOperationException
getIdleCount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |