org.jdiameter.common.api.statistic
Interface IStatistic


public interface IStatistic

This interface describe extends methods of base class


Nested Class Summary
static class IStatistic.Counter
           
static class IStatistic.Counters
           
static class IStatistic.Groups
           
 
Method Summary
 IStatistic appendCounter(IStatisticRecord... rec)
          Merge statistic
 void enable(boolean e)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 IStatisticRecord getRecordByName(java.lang.String name)
           
 IStatisticRecord[] getRecords()
           
 boolean isEnable()
           
 void reset()
           
 

Method Detail

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.