long time = System.currentTimeMillis();
CountStatistic cs = null;
cs = new CountStatisticImpl(0,
"endPointsCreated", "",
"The number of endpoints created using this endpoint factory"
,time, time);
endPointsCreatedCount = new MutableCountStatisticImpl( cs );
cs = new CountStatisticImpl(0, "messagesDelivered", "",
"The number of messages delivered to endpoints created using this " +
"endpoint factory",time, time);
messagesDeliveredCount = new MutableCountStatisticImpl( cs );
cs = new CountStatisticImpl(0, "runtimeExceptionCount", "",
"The number of runtime exceptions thown by endpoints created" +
"by this end point factory",time, time);
runTimeExceptionsCount = new MutableCountStatisticImpl( cs );