pooledCountStat = new MutableBoundedRangeStatisticImpl(
new BoundedRangeStatisticImpl("PooledCount",
"Count", 0, entityDelegate.getMaxPoolSize(),
entityDelegate.getSteadyPoolSize()));
readyCountStat = new MutableBoundedRangeStatisticImpl(
new BoundedRangeStatisticImpl("ReadyCount",
"Count", 0, entityDelegate.getMaxCacheSize(), 0));