|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.activemq.management.StatsImpl
Base class for a Stats implementation
Constructor Summary | |
StatsImpl()
|
|
StatsImpl(java.util.Map map)
|
Method Summary | |
protected void |
addStatistic(java.lang.String name,
Statistic statistic)
|
Statistic |
getStatistic(java.lang.String name)
|
java.lang.String[] |
getStatisticNames()
|
Statistic[] |
getStatistics()
|
void |
reset()
Reset the statistic |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatsImpl()
public StatsImpl(java.util.Map map)
Method Detail |
public void reset()
Resettable
reset
in interface Resettable
public Statistic getStatistic(java.lang.String name)
getStatistic
in interface Stats
public java.lang.String[] getStatisticNames()
getStatisticNames
in interface Stats
public Statistic[] getStatistics()
getStatistics
in interface Stats
protected void addStatistic(java.lang.String name, Statistic statistic)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |