org.mule.management.mbeans
Class StatisticsService

java.lang.Object
  extended byorg.mule.management.mbeans.StatisticsService
All Implemented Interfaces:
Serializable, org.mule.management.stats.Statistics, StatisticsServiceMBean

public class StatisticsService
extends Object
implements StatisticsServiceMBean

StatisicsService exposes Mule processing statistics

Version:
$Revision: 3798 $
Author:
Vanmeerhaeghe Stéphane
See Also:
Serialized Form

Field Summary
protected static Log logger
          logger used by this class
 
Constructor Summary
StatisticsService()
           
 
Method Summary
 void clear()
           
 Collection getComponentStatistics()
           
 String getHtmlSummary()
           
 boolean isEnabled()
           
 void logCSVSummary()
           
 void logSummary()
           
 String printHtmlSummary()
          Deprecated. Use getHtmlSummary
 void setEnabled(boolean b)
           
 void setManager(org.mule.umo.manager.UMOManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static Log logger
logger used by this class

Constructor Detail

StatisticsService

public StatisticsService()
Method Detail

setManager

public void setManager(org.mule.umo.manager.UMOManager manager)

clear

public void clear()
Specified by:
clear in interface org.mule.management.stats.Statistics
See Also:
Statistics.clear()

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface org.mule.management.stats.Statistics
See Also:
Statistics.isEnabled()

setEnabled

public void setEnabled(boolean b)
Specified by:
setEnabled in interface org.mule.management.stats.Statistics
See Also:
Statistics.setEnabled(boolean)

getComponentStatistics

public Collection getComponentStatistics()

logSummary

public void logSummary()
Specified by:
logSummary in interface org.mule.management.stats.Statistics

logCSVSummary

public void logCSVSummary()
Specified by:
logCSVSummary in interface StatisticsServiceMBean

printHtmlSummary

public String printHtmlSummary()
Deprecated. Use getHtmlSummary

Specified by:
printHtmlSummary in interface StatisticsServiceMBean
Returns:

getHtmlSummary

public String getHtmlSummary()
Specified by:
getHtmlSummary in interface StatisticsServiceMBean


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