1 23 24 28 29 package com.sun.enterprise.admin.monitor.stats; 30 import javax.management.j2ee.statistics.CountStatistic ; 31 32 39 public interface ConnectorEndPointFactoryStats { 40 41 46 public CountStatistic getMessagesCreatedCount(); 47 48 53 public CountStatistic getDeliveredMessageCount(); 54 55 60 public CountStatistic getRuntimeExceptionsCount(); 61 62 } 63 | Popular Tags |