Package net.java.dev.moskito.core.stats

Interface Summary
IIntervalListener This interface declares a listener that can be registered at an Interval to be notified when the interval-specific period of time was elapsed.
Interval This interface declares an inveral with a name and an unique id.
IntervalRegistryListener This interface declares a listener that will be notified about new created Intervals.
IValueHolderFactory This interface declares a factory that is responsible to create ValueHolder instances of its specific type for a concrete Interval.
StatValue This interface declares a generic statistic value that may record data series for certain Intervals synchronously.
ValueHolder This interface desclares any type-specific holder implementation and declares the interface to support some basic mathematical operations needed for statistical aggregations.
 

Class Summary
DefaultIntervals This utility class provides constants for the most important intervals.
 

Exception Summary
UnknownIntervalException This Exception indicates that any operation involving Intervals does not know this Interval.
UnknownIntervalLengthException This Exception indicates that any operation involving Intervals could not estimate the appropriate interval length.
 



Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework