Package com.exedio.cope.util
Class Pool.Info
java.lang.Object
com.exedio.cope.util.Pool.Info
-
Constructor Summary
ConstructorsConstructorDescriptionInfo(int idleLimit, int idleInitial, int idleLevel, int invalidOnGet, int invalidOnPut, PoolCounter counter) -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.intintintintint
-
Constructor Details
-
Info
public Info(int idleLimit, int idleInitial, int idleLevel, int invalidOnGet, int invalidOnPut, PoolCounter counter)
-
-
Method Details
-
getIdleLimit
public int getIdleLimit() -
getIdleInitial
public int getIdleInitial() -
getIdleCounter
Deprecated.UsegetIdleLevel()instead -
getIdleLevel
public int getIdleLevel() -
getInvalidOnGet
public int getInvalidOnGet() -
getInvalidOnPut
public int getInvalidOnPut() -
getCounter
-
getIdleLevel()instead