Class AbstractStatistic

All Implemented Interfaces:
AbstractStatisticMBean, AbstractMonitorMBean, Shutdownable, Runnable
Direct Known Subclasses:
SqlStatistic

public abstract class AbstractStatistic extends AbstractMonitor implements AbstractStatisticMBean
This is constructed as a thin layer around com.jamonapi.MonitorFactory for the needs of generating statistics. The reason for this layer is that sometimes you want to minimize the use of other libraries. So this implementation provides also an implementation if the JaMon library is missing.
Since:
0.9
Author:
oliver
See Also:
  • MonitorFactory
  • Constructor Details

    • AbstractStatistic

      protected AbstractStatistic(String rootLabel)
      Instantiates a new profile statistic.
      Parameters:
      rootLabel - the root label
  • Method Details