Package com.jamonapi

This package contains classes and interfaces used to monitor Java applications.

See:
          Description

Interface Summary
AccumulateMonitorInterface This is very similar to the Monitor interface.
MinimalMonitor Most basic interfaces that all monitors must implement.
MonitorFactoryInterface Interface used in the Monitor enabled and disabled factories
MonitorLeafFactoryInterface Interface used to create Leaf level Monitors
MonitorReportInterface Interface used in relation to data and data display of Monitors
 

Class Summary
AccumulateMonitor AccumulateMonitors represent Monitors that increase in value.
ActiveStatsMonitor Tracks statistics for Monitors that are currently running.
BaseMonitor Abstract base class for other Monitors
BasicTimingMonitor The most basic of timing Monitors.
LastAccessMonitor Class that tracks when a Monitor was first and last called.
Monitor The basic Monitor interface used by all of the Timing related Monitors.
MonitorComposite MonitorComposite can contain other MonitorComposite and TimingMonitors (at the leaf level)
MonitorConverter MonitorConverter is a utility class used by MonitorComposite to convert Monitor data to various formats.
MonitorFactory MonitorFactory - Class that controls monitors including creating, starting, enabling, disabling and resetting them.
MonitorLeafFactory The MonitorLeafFactory is an important class in that it determines how to create Monitor objects.
NullAccumulateMonitor Null implementation of the AccumulateMonitorInterface.
NullMonitor Null implementation of the Monitor interface.
TestClass Class used to test all classes in JAMon.
TestClassPerformance Class used to test performance of JAMon.
TimeStatsDistMonitor TimeStatsDistMonitor keeps track of statistics for JAMon time ranges.
TimeStatsMonitor Monitor that keeps track of various timing statistics such as max, min, average, hits, total, and standard deviation.
TimingMonitor This is the Monitor class that starts the decorator chain of Monitors.
 

Package com.jamonapi Description

This package contains classes and interfaces used to monitor Java applications.

For further information on JAMon go to www.jamonapi.com

Steve Souza - admin@jamonapi.com (JAMon v1.0)