|
|||||||||||
| 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 Resettablepublic Statistic getStatistic(java.lang.String name)
getStatistic in interface Statspublic java.lang.String[] getStatisticNames()
getStatisticNames in interface Statspublic 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 | ||||||||||