org.mule.api.management.stats
Interface Statistics

All Superinterfaces:
Serializable
All Known Subinterfaces:
StatisticsServiceMBean
All Known Implementing Classes:
ComponentStatistics, RouterStatistics, SedaServiceStatistics, ServiceStatistics, StatisticsService

public interface Statistics
extends Serializable

Statistics TODO


Method Summary
 void clear()
           
 boolean isEnabled()
          Are statistics logged
 void logSummary()
           
 void setEnabled(boolean b)
          Enable statistics logs (this is a dynamic parameter)
 

Method Detail

isEnabled

boolean isEnabled()
Are statistics logged


setEnabled

void setEnabled(boolean b)
Enable statistics logs (this is a dynamic parameter)


clear

void clear()

logSummary

void logSummary()


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.