mx4j.tools.stats
Interface TimedStatisticsRecorderMBean
- ObserverStatisticsRecorderMBean, StatisticsRecorderMBean
- TimedStatisticsRecorder
public interface TimedStatisticsRecorderMBean
Management interface for TimedStatisticsRecorder MBeans.
long | getGranularity() - Returns how often the MBean will poll the variable value
|
void | setGranularity(long granularity) - Sets how often the MBean will poll the variable value
|
getGranularity
public long getGranularity()
Returns how often the MBean will poll the variable value
setGranularity
public void setGranularity(long granularity)
Sets how often the MBean will poll the variable value
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.