cacheMisses = new MutableBoundedRangeStatisticImpl(
new BoundedRangeStatisticImpl("CacheMisses"));
numBeans = new MutableBoundedRangeStatisticImpl(
new BoundedRangeStatisticImpl("NumBeansInCache",
"Count", 0, delegate.getMaxCacheSize(), 0));
expiredStat = new MutableCountStatisticImpl(
new CountStatisticImpl("NumExpiredSessionsRemoved"));
passivationErrors = new MutableCountStatisticImpl(
new CountStatisticImpl("NumPassivationErrors"));
passivations = new MutableCountStatisticImpl(
new CountStatisticImpl("NumPassivations"));
passivationSuccess = new MutableCountStatisticImpl(
new CountStatisticImpl("NumPassivationSuccess"));
}