Package | Description |
---|---|
com.jamonapi |
This package contains classes and interfaces used to monitor Java applications.
|
com.jamonapi.distributed | |
com.jamonapi.log4j |
Class and Description |
---|
CompositeListener
A class that can contain other listeners that can listen to jamon events of interest.
|
CopyJAMonListener
A listener implements this interface if it also can act as a factory.
|
FactoryDisabled
Factory that returns null monitors when JAMon is disabled.
|
FactoryEnabled
Factory that creates Monitors.
|
FrequencyDist
FrequencyDist's are what Ranges are made of.
|
JAMonBufferListener
JAMonListener that puts jamon data into a buffer that allows you to display the last N configurable
detail events.
|
JAMonBufferListener.HeaderInfo |
JAMonDetailValue
Class used to add the label, value and time invoked for the associated monitor.
|
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.
|
JamonPropertiesLoader.JamonListenerProperty |
ListenerType
Object that contains a listener type such as value, max, min or maxactive.
|
Monitor
Used to interact with monitor objects.
|
MonitorComposite
Treats groups of monitors the same way you treat one monitor.
|
MonitorFactoryInterface
Interface used to create Monitors.
|
MonKey
Key that allows for a monitor to be passed any number of keys used in the equivalent
of a group by clause.
|
MonKeyItem
Used for MonKey to allow jamon to have the generalized form of the key for aggregation, and the
more specific form for writing out details say to a buffer.
|
Range
Class that contains buckets of time that are tracked within a monitor.
|
RangeHolder
Class that allows users to create ranges with the associated FrequencyDists/Buckets.
|
Class and Description |
---|
MonitorComposite
Treats groups of monitors the same way you treat one monitor.
|
Class and Description |
---|
CopyJAMonListener
A listener implements this interface if it also can act as a factory.
|
JAMonBufferListener
JAMonListener that puts jamon data into a buffer that allows you to display the last N configurable
detail events.
|
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.
|
Monitor
Used to interact with monitor objects.
|
MonKey
Key that allows for a monitor to be passed any number of keys used in the equivalent
of a group by clause.
|
MonKeyImp
A key implmentation for label, and units type monitors.
|
MonKeyItem
Used for MonKey to allow jamon to have the generalized form of the key for aggregation, and the
more specific form for writing out details say to a buffer.
|
Copyright © 2015. All rights reserved.