1 8 9 package mx4j.tools.stats; 10 11 16 public class TimedStatisticsRecorderMBeanDescription extends ObserverStatisticsRecorderMBeanDescription 17 { 18 public String getAttributeDescription(String attribute) 19 { 20 if ("Granularity".equals(attribute)) 21 { 22 return "How often the MBean will poll the variable value"; 23 } 24 return super.getAttributeDescription(attribute); 25 } 26 } 27 | Popular Tags |