|
||||||||||
| 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. |
java.lang.String |
getTypeName()
Get the type name, such as "LRU Memory Cache." |
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." |
| Method Detail |
|---|
IStatElement[] getStatElements()
void setStatElements(IStatElement[] stats)
stats - java.lang.String getTypeName()
void setTypeName(java.lang.String name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||