|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatisticRecord
This class implements counter of statistic
| Method Summary | |
|---|---|
void |
enable(boolean e)
Enable/Disable counter |
StatisticRecord[] |
getChilds()
Return child counters |
java.lang.String |
getDescription()
Return description of counter |
java.lang.String |
getName()
Return name of counter |
double |
getValueAsDouble()
Return value of counter as double |
int |
getValueAsInt()
Return value of counter as integer |
long |
getValueAsLong()
Return value of counter as long |
boolean |
isEnabled()
|
void |
reset()
Reset counter and all child counters |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getDescription()
int getValueAsInt()
double getValueAsDouble()
long getValueAsLong()
StatisticRecord[] getChilds()
void reset()
void enable(boolean e)
e - on/off parameterboolean isEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||