|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStats
This interface defines the common behavior for a stats holder.
Method Summary | |
---|---|
IStatElement[] |
getStatElements()
Return generic statistical or historical data. |
String |
getTypeName()
Get the type name, such as "LRU Memory Cache." No formal type is defined. |
void |
setStatElements(IStatElement[] stats)
Set the generic statistical or historical data. |
void |
setTypeName(String name)
Set the type name, such as "LRU Memory Cache." No formal type is defined. |
Method Detail |
---|
IStatElement[] getStatElements()
void setStatElements(IStatElement[] stats)
stats
- String getTypeName()
void setTypeName(String name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |