| javax.management.j2ee.statistics.Stats
Stats | public interface Stats (Code) | | Base class interface for management objects that provide statistics.
|
getStatisticNames | public String[] getStatisticNames()(Code) | | A list of the statistic providing attributes.
Each name in this list corresponds to the name of an attribute that returns
a type of
Statistic |
getStatistics | public Statistic[] getStatistics()(Code) | | Returns a list of all
Statistic supported by this
management object.
|
|
|