|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.management.j2ee.statistics.StatsBase
The base JSR77.6.10 Stats interface base implementation
Constructor Summary | |
StatsBase()
|
|
StatsBase(java.util.Map statistics)
|
Method Summary | |
void |
addStatistic(java.lang.String name,
Statistic (src) statistic)
Add or replace Statistic in the Stats collection. |
Statistic (src) |
getStatistic(java.lang.String name)
Access a Statistic by its name. |
java.lang.String[] |
getStatisticNames()
Access all the Statistics names |
Statistic (src) [] |
getStatistics()
Access all the Statistics |
void |
reset()
Reset all StatisticImpl objects |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StatsBase()
public StatsBase(java.util.Map statistics)
Method Detail |
public java.lang.String[] getStatisticNames()
getStatisticNames
in interface Stats (src)
public Statistic (src) [] getStatistics()
getStatistics
in interface Stats (src)
public Statistic (src) getStatistic(java.lang.String name)
getStatistic
in interface Stats (src)
name
-
public void reset()
public java.lang.String toString()
public void addStatistic(java.lang.String name, Statistic (src) statistic)
name
- Name of the Statistic instancestatistic
- Statistic to be added
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |