Class ObjectPool.Statistics
- java.lang.Object
-
- org.identityconnectors.framework.impl.api.local.ObjectPool.Statistics
-
- Enclosing class:
- ObjectPool<T>
public static final class ObjectPool.Statistics extends Object
Statistics bean
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNumActive()
Returns the number of active objectsint
getNumIdle()
Returns the number of idle objectsString
toString()
-