org.apache.geronimo.management
Interface StatisticsProvider

All Known Implementing Classes:
AbstractHttp11ConnectorGBean, AJP13ConnectorGBean, BaseHttp11ConnectorGBean, Http11APRConnectorGBean, Http11ConnectorGBean, Http11NIOConnectorGBean, Https11APRConnectorGBean, Https11ConnectorGBean, Https11NIOConnectorGBean, JettyContainerImpl, JVMImpl, ThreadPool, TomcatWebAppContext

public interface StatisticsProvider

This is a representation of the StatisticsProvider type defined in the J2EE Management specification.


Method Summary
 Stats getStats()
          Gets the statistics collected for this class.
 void resetStats()
          Reset the startTime for all statistics
 

Method Detail

getStats

Stats getStats()
Gets the statistics collected for this class. The first call to this method initializes the startTime for all statistics.

Returns:
gets collected for this class

resetStats

void resetStats()
Reset the startTime for all statistics



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.