org.jboss.monitor
Interface StatisticsProvider


public interface StatisticsProvider

Version:
$Revision: 1.4 $
Author:
Andreas Schaefer

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

Method Detail

retrieveStatistic

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

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.