|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.dbpool.info.PerfList
public final class PerfList
Definition for some performance counter. It defines the list key, it's presentation name, it's ordering (ascending/descending) and a data item renderer which renders the info elements inside it.
Constructor Summary | |
---|---|
PerfList(java.lang.String key,
java.lang.String description,
boolean descending,
int maxSize)
|
Method Summary | |
---|---|
void |
clear()
|
java.lang.String |
getDescription()
A description for this list to show in the performance pages. |
java.lang.String |
getKey()
This-list's key, used to find it. |
int |
getMaxSize()
The #of items that should be maintained, i.e. |
boolean |
isDescending()
T if this lists's values are descending, meaning a high value is on top. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PerfList(java.lang.String key, java.lang.String description, boolean descending, int maxSize)
Method Detail |
---|
public java.lang.String getKey()
public java.lang.String getDescription()
public boolean isDescending()
public int getMaxSize()
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |