org.apache.servicemix.jbi.monitoring
Interface StatisticsServiceMBean

All Known Implementing Classes:
StatisticsService

public interface StatisticsServiceMBean


Method Summary
 long getStatsInterval()
           
 boolean isDumpStats()
           
 void resetAllStats()
          Reset all statistics
 void setDumpStats(boolean value)
           
 void setStatsInterval(long statsInterval)
           
 

Method Detail

getStatsInterval

long getStatsInterval()
Returns:
the statsInterval

setStatsInterval

void setStatsInterval(long statsInterval)
Parameters:
statsInterval - the statsInterval to set

isDumpStats

boolean isDumpStats()
Returns:
the dumpStats

setDumpStats

void setDumpStats(boolean value)
Parameters:
dumpStats - the dumpStats to set

resetAllStats

void resetAllStats()
Reset all statistics



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.