org.jdiameter.common.api.statistic
Interface IStatisticFactory

All Known Implementing Classes:
StatisticFactory

public interface IStatisticFactory


Method Summary
 IStatisticRecord newCounterRecord(IStatistic.Counters recordDescription)
           
 IStatisticRecord newCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord.ValueHolder counters)
           
 IStatisticRecord newCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord.ValueHolder counters, IStatisticRecord... rec)
           
 IStatisticRecord newCounterRecord(java.lang.String name, java.lang.String description, int id)
           
 IStatisticRecord newCounterRecord(java.lang.String name, java.lang.String description, int id, IStatisticRecord.ValueHolder counter)
           
 IStatisticRecord newPerSecondCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord record)
           
 IStatistic newStatistic(IStatistic.Groups group, IStatisticRecord... rec)
           
 IStatistic newStatistic(java.lang.String name, java.lang.String description, IStatisticRecord... rec)
           
 

Method Detail

newCounterRecord

IStatisticRecord newCounterRecord(IStatistic.Counters recordDescription)

newCounterRecord

IStatisticRecord newCounterRecord(IStatistic.Counters recordDescription,
                                  IStatisticRecord.ValueHolder counters)

newCounterRecord

IStatisticRecord newCounterRecord(IStatistic.Counters recordDescription,
                                  IStatisticRecord.ValueHolder counters,
                                  IStatisticRecord... rec)

newCounterRecord

IStatisticRecord newCounterRecord(java.lang.String name,
                                  java.lang.String description,
                                  int id)

newPerSecondCounterRecord

IStatisticRecord newPerSecondCounterRecord(IStatistic.Counters recordDescription,
                                           IStatisticRecord record)

newStatistic

IStatistic newStatistic(IStatistic.Groups group,
                        IStatisticRecord... rec)

newStatistic

IStatistic newStatistic(java.lang.String name,
                        java.lang.String description,
                        IStatisticRecord... rec)

newCounterRecord

IStatisticRecord newCounterRecord(java.lang.String name,
                                  java.lang.String description,
                                  int id,
                                  IStatisticRecord.ValueHolder counter)


Copyright © 2010. All Rights Reserved.