org.jboss.monitor
Interface StatisticsProvider


public interface StatisticsProvider


Method Summary
 void resetStatistic()
          Resets all the statistic values kept in this monitorable instance
 java.util.Map retrieveStatistic()
           
 

Method Detail

retrieveStatistic

public java.util.Map retrieveStatistic()
Returns:
Map of Statistic Instances where the key is the name of the Statistic instance. The valid values are either any subclass of Statistic or an array of Statisc instances. Returns null if no statistics is provided.

resetStatistic

public void resetStatistic()
Resets all the statistic values kept in this monitorable instance