|
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. |