| org.jboss.monitor.StatisticsProvider
StatisticsProvider | public interface StatisticsProvider (Code) | | author: Andreas Schaefer version: $Revision: 57209 $ |
resetStatistic | public void resetStatistic()(Code) | | Resets all the statistic values kept in this monitorable instance
|
retrieveStatistic | public Map retrieveStatistic()(Code) | | Map of Statistic Instances where the key is thename of the Statistic instance. The valid values areeither any subclass of Statistic or an array of Statiscinstances. Returns null if no statistics is provided. |
|
|