org.jdiameter.common.api.statistic
Interface IStatistic
public interface IStatistic
This interface describe extends methods of base class
appendCounter
IStatistic appendCounter(IStatisticRecord... rec)
- Merge statistic
- Parameters:
rec - external statistic
getRecordByName
IStatisticRecord getRecordByName(java.lang.String name)
isEnable
boolean isEnable()
getRecords
IStatisticRecord[] getRecords()
getName
java.lang.String getName()
getDescription
java.lang.String getDescription()
enable
void enable(boolean e)
reset
void reset()
Copyright © 2010. All Rights Reserved.