org.mule.management.mbeans
Interface StatisticsServiceMBean

All Superinterfaces:
Serializable, Statistics
All Known Implementing Classes:
StatisticsService

public interface StatisticsServiceMBean
extends Statistics

StatisticsServiceMBean is a JMX interfaces for querying Mule event processing statistics

Version:
$Revision: 3798 $
Author:
Vanmeerhaeghe Stéphane

Method Summary
 String getHtmlSummary()
           
 void logCSVSummary()
           
 String printHtmlSummary()
          Deprecated. use getHtmlSummary
 
Methods inherited from interface org.mule.management.stats.Statistics
clear, isEnabled, logSummary, setEnabled
 

Method Detail

logCSVSummary

public void logCSVSummary()

printHtmlSummary

public String printHtmlSummary()
Deprecated. use getHtmlSummary

Returns:

getHtmlSummary

public String getHtmlSummary()


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.