Package com.jamonapi

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

See:
          Description

Interface Summary
CopyJAMonListener A listener implements this interface if it also can act as a factory.
FrequencyDist FrequencyDist's are what Ranges are made of.
JAMonListener Interface that can be implemented if you want to code something to listen for JAMon events such as a new max/min/max active have occured, or even if the monitor has fired.
MonitorFactoryInterface  
MonKey key that allows for a monitor to be passed any number of keys used in the equivalent of a group by clause.
MonKeyItem  
Range Class that contains buckets of time that are tracked within a monitor.
 

Class Summary
BasicTimingMonitor The most basic of timing Monitors.
CompositeListener A class that can contain other listeners that can listen to jamon events of interest.
FactoryDisabled Factory that returns null monitors when JAMon is disabled.
FactoryEnabled Factory that creates Monitors.
JAMonArrayBufferListener  
JAMonBufferListener JAMonListener that puts jamon data into a buffer that allows you to display the last N configurble detail events.
JAMonDetailValue Class used to add the label, value and time invoked for the associated monitor.
JAMonFilter  
JAMonListenerFactory Factory used to hold JAMonListeners.
ListenerType Object that contains a listener type such as value, max, min or maxactive.
Monitor  
MonitorComposite  
MonitorFactory  
MonKeyBase Class that can be used as a composite key for MonitorFactor.add(compositeKey, 100) method calls Note the passed in LinkedHashMap is used as a key to another Map that looks up the associated monitor.
MonKeyImp  
MonKeyItemBase Used in MonKeys.
NExtremeArrayBufferHolder Buffer used to keep the last N recent array values based on the comparator.
NullMonitor  
RangeHolder  
SharedJAMonBufferListener Class that works like JAMonBufferListeners but allows users to share buffers between monitors with the jamon gui...
TestClass Class used to test all classes in JAMon.
TestClassPerformance  
 

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