errorStat = new MutableCountStatisticImpl(
new CountStatisticImpl("TotalNumErrors"));
long now = System.currentTimeMillis();
methodStat = new MutableTimeStatisticImpl(
new TimeStatisticImpl(0, 0, 0, 0,
"MethodStatistic", "", "", now, now));
successStat = new MutableCountStatisticImpl(
new CountStatisticImpl("TotalNumSuccess"));
delegate.setMutableTimeStatisticImpl(methodStat);