org.jdiameter.server.api
Interface IStatistic

All Superinterfaces:
org.jdiameter.api.Statistic, org.jdiameter.api.Wrapper
All Known Implementing Classes:
StatisticImpl

public interface IStatistic
extends org.jdiameter.api.Statistic

This interface describe extends methods of base class


Method Summary
 void appendCounter(java.util.Set<org.jdiameter.api.StatisticRecord> e)
          Merge statistic
 
Methods inherited from interface org.jdiameter.api.Statistic
enable, getDescription, getName, getRecords, isEnable, reset
 
Methods inherited from interface org.jdiameter.api.Wrapper
isWrapperFor, unwrap
 

Method Detail

appendCounter

void appendCounter(java.util.Set<org.jdiameter.api.StatisticRecord> e)
Merge statistic

Parameters:
e - external statistic


Copyright © 2008. All Rights Reserved.