org.identityconnectors.framework.impl.api.local
Class ObjectPool.Statistics

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.ObjectPool.Statistics
Enclosing class:
ObjectPool<T>

public static final class ObjectPool.Statistics
extends Object

Statistics bean


Method Summary
 int getNumActive()
          Returns the number of active objects
 int getNumIdle()
          Returns the number of idle objects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNumIdle

public int getNumIdle()
Returns the number of idle objects


getNumActive

public int getNumActive()
Returns the number of active objects



Copyright © 2011. All Rights Reserved.