|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Statistic
This class is conntainer for statistics information. For example: Count Request/Answer messages
| Method Summary | |
|---|---|
void |
enable(boolean value)
Enable/Disable collecting statistics |
java.lang.String |
getDescription()
Retrurn description of statistic |
java.lang.String |
getName()
Return name of statistic |
java.util.Set<StatisticRecord> |
getRecords()
Return counters of statistics |
boolean |
isEnable()
Return true is statistic is collecting |
void |
reset()
Reset all counter in statistic |
| Methods inherited from interface org.jdiameter.api.Wrapper |
|---|
isWrapperFor, unwrap |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getDescription()
void enable(boolean value)
value - true for enable statisticboolean isEnable()
void reset()
java.util.Set<StatisticRecord> getRecords()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||