super(delegate, intfName); this.sessionDelegate = delegate;
methodReadyCountStat.setCount(sessionDelegate.getMethodReadyCount()); return (RangeStatistic) methodReadyCountStat.modifiableView();
methodReadyCountStat = new MutableBoundedRangeStatisticImpl( new BoundedRangeStatisticImpl("MethodReadyCount", "Count", 0, getMaxReadyCount(), getMinReadyCount()));