|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStatisticRecord
This interface describe extends methods of base class
| Nested Class Summary | |
|---|---|
static interface |
IStatisticRecord.DoubleValueHolder
|
static interface |
IStatisticRecord.IntegerValueHolder
|
static interface |
IStatisticRecord.LongValueHolder
|
static interface |
IStatisticRecord.ValueHolder
ValueHolder for external statistics |
| Method Summary | |
|---|---|
void |
dec()
Decrement counter |
void |
enable(boolean e)
Enable/Disable counter |
IStatisticRecord[] |
getChilds()
Return childs counters |
java.lang.String |
getDescription()
Retrurn description of counter |
java.lang.String |
getName()
Return name of counter |
int |
getType()
Return code 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 |
void |
inc()
Increment counter |
void |
inc(long value)
Increment counter |
void |
reset()
Reset counter and all child counters |
void |
setDoubleValue(double value)
Set value of statistic |
void |
setLongValue(long value)
Set value of statistic |
| Method Detail |
|---|
void inc()
void inc(long value)
void dec()
void setLongValue(long value)
value - new value of recordvoid setDoubleValue(double value)
value - new value of recordvoid enable(boolean e)
e - on/off parameterjava.lang.String getName()
java.lang.String getDescription()
int getValueAsInt()
double getValueAsDouble()
long getValueAsLong()
int getType()
IStatisticRecord[] getChilds()
void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||