Package jade.core.sam

Class SAMInfo

  • All Implemented Interfaces:
    Serializable

    public class SAMInfo
    extends Object
    implements Serializable
    An instance of this class is passed to all configured SAMInfoHandler-s at each polling time and groups together all information collected by the SAM Service at that polling time.
    See Also:
    Serialized Form
    • Method Detail

      • getEntityMeasures

        public Map<String,​AverageMeasure> getEntityMeasures()
        Provides the measures of all monitored entities in form of a Map.
        Returns:
        A Map mapping monitored entity names to their measures
      • getCounterValues

        public Map<String,​Long> getCounterValues()
        Provides the differential values of all monitored counters in form of a Map.
        Returns:
        A Map mapping monitored counter names to their differential values