wt.jmx.core.mbeans
Interface RawStatisticsProviderMBean

All Known Subinterfaces:
MethodContextMonitorMBean, ServletRequestMonitorMBean, SessionMonitorMBean

public interface RawStatisticsProviderMBean

Mix-in interface intended for use with DeluxeStatsMonitorMBean to provide access to "raw" statistics data from which other statistics data is derived.

Supported API: true

Extendable: true


Method Summary
 CompositeData getRawStatistics()
          Raw aggregate data from which baseline, recent, and summary statistics are computed

Supported API: true
 

Method Detail

getRawStatistics

CompositeData getRawStatistics()
                               throws OpenDataException
Raw aggregate data from which baseline, recent, and summary statistics are computed

Supported API: true

Throws:
OpenDataException