站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

StatisticsProvider (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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

public 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



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