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