ObjectPool.getNumActive

Returns the number of instances currently borrowed from this pool. Returns a negative value if this information is not available. @return the number of instances currently borrowed from this pool.

interface ObjectPool(T)
int
getNumActive
()

Meta