|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Statistic
This class is container for statistics information. For example: Count Request/Answer messages
| Method Summary | |
|---|---|
void |
enable(boolean value)
Enable/Disable collecting statistics |
java.lang.String |
getDescription()
Return description of statistic |
java.lang.String |
getName()
Return name of statistic |
StatisticRecord[] |
getRecords()
Return counters of statistics |
boolean |
isEnabled()
Return true is statistic is collecting |
void |
reset()
Reset all counter in statistic |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getDescription()
void enable(boolean value)
value - true for enable statisticboolean isEnabled()
void reset()
StatisticRecord[] getRecords()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||