Uses of Interface
org.jdiameter.common.api.statistic.IStatisticRecord.ValueHolder

Packages that use IStatisticRecord.ValueHolder
org.jdiameter.common.api.statistic   
org.jdiameter.common.impl.statistic   
 

Uses of IStatisticRecord.ValueHolder in org.jdiameter.common.api.statistic
 

Subinterfaces of IStatisticRecord.ValueHolder in org.jdiameter.common.api.statistic
static interface IStatisticRecord.DoubleValueHolder
           
static interface IStatisticRecord.IntegerValueHolder
           
static interface IStatisticRecord.LongValueHolder
           
 

Methods in org.jdiameter.common.api.statistic with parameters of type IStatisticRecord.ValueHolder
 IStatisticRecord IStatisticFactory.newCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord.ValueHolder counters)
           
 IStatisticRecord IStatisticFactory.newCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord.ValueHolder counters, IStatisticRecord... rec)
           
 IStatisticRecord IStatisticFactory.newCounterRecord(java.lang.String name, java.lang.String description, int id, IStatisticRecord.ValueHolder counter)
           
 

Uses of IStatisticRecord.ValueHolder in org.jdiameter.common.impl.statistic
 

Methods in org.jdiameter.common.impl.statistic with parameters of type IStatisticRecord.ValueHolder
 IStatisticRecord StatisticFactory.newCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord.ValueHolder counters)
           
 IStatisticRecord StatisticFactory.newCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord.ValueHolder counter, IStatisticRecord... rec)
           
 IStatisticRecord StatisticFactory.newCounterRecord(java.lang.String name, java.lang.String description, int id, IStatisticRecord.ValueHolder counters)
           
 



Copyright © 2010. All Rights Reserved.