mx4j.tools.stats
Interface TimedStatisticsRecorderMBean
- All Superinterfaces:
- ObserverStatisticsRecorderMBean, StatisticsRecorderMBean
- All Known Implementing Classes:
- TimedStatisticsRecorder
- public interface TimedStatisticsRecorderMBean
- extends ObserverStatisticsRecorderMBean
Management interface for TimedStatisticsRecorder MBeans.
- Version:
- $Revision: 1.3 $
Method Summary |
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 |
setGranularity
public 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
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.