Package jade.core.sam
-
Interface Summary Interface Description AverageMeasureProvider A Provider of average measures for a given entityCounterValueProvider A provider of values for a given counter.MeasureProvider A Provider of "one-shot" measures for a given entityProvider SAMHelper Helper interface for the System Activity Monitoring (SAM) Service.
The SAM Service allows collecting system activity information such as the average time to perform a given operations or the number of events of a given type.SAMInfoHandler The interface to be implemented by classes that can be used to handle SAM information collected by the SAM Service.SAMSlice -
Class Summary Class Description AbsoluteCounterValueProvider AverageMeasure The class used by the System Activity Monitoring (SAM) Service to represent an aggregated measure i.e.AverageMeasureProviderImpl A default ready-made implementation of the AverageMeasureProvider interface that offers methods to add measure samples and automatically computes anAverageMeasurewhen thegetValue()method is called.DifferentialCounterValueProvider MediatedMeasureProvider SAMInfo An instance of this class is passed to all configuredSAMInfoHandler-s at each polling time and groups together all information collected by the SAM Service at that polling time.SAMInfo.AggregationInfo Inner class AggregationInfoSAMProxy SAMService JADE Kernel service supporting System Activity Monitoring (SAM).