org.mule.module.management.mbean
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.


Field Summary
static String DEFAULT_JMX_NAME
           
 
Method Summary
 String printCSVSummary()
           
 String printHtmlSummary()
           
 String printXmlSummary()
           
 
Methods inherited from interface org.mule.api.management.stats.Statistics
isEnabled
 

Field Detail

DEFAULT_JMX_NAME

static final String DEFAULT_JMX_NAME
See Also:
Constant Field Values
Method Detail

printCSVSummary

String printCSVSummary()

printHtmlSummary

String printHtmlSummary()

printXmlSummary

String printXmlSummary()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.