protected void initialize() {
super.initialize("com.sun.enterprise.admin.monitor.stats.EJBPoolStats");
jmsStat = new MutableCountStatisticImpl(
new CountStatisticImpl("JmsMaxMessagesLoad"));
beansInPoolStat = new MutableBoundedRangeStatisticImpl(
new BoundedRangeStatisticImpl("NumBeansInPool",
"Count", 0, delegate.getMaxPoolSize(),
delegate.getSteadyPoolSize()));
threadStat = new MutableBoundedRangeStatisticImpl(
new BoundedRangeStatisticImpl("NumThreadsWaiting"));
createdStat = new MutableCountStatisticImpl(
new CountStatisticImpl("TotalBeansCreated"));
destroyedStat = new MutableCountStatisticImpl(
new CountStatisticImpl("TotalBeansDestroyed"));