|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glassfish.external.statistics.impl.StatsImpl
public final class StatsImpl
Constructor Summary | |
---|---|
protected |
StatsImpl(StatisticImpl[] statisticArray)
|
Method Summary | |
---|---|
Statistic |
getStatistic(java.lang.String statisticName)
Get a Statistic by name. |
java.lang.String[] |
getStatisticNames()
Returns an array of Strings which are the names of the attributes from the specific Stats submodel that this object supports. |
Statistic[] |
getStatistics()
Returns an array containing all of the Statistic objects supported by this Stats object. |
void |
reset()
Call reset on all of the Statistic objects contained by this Stats object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected StatsImpl(StatisticImpl[] statisticArray)
Method Detail |
---|
public Statistic getStatistic(java.lang.String statisticName)
Stats
getStatistic
in interface Stats
public java.lang.String[] getStatisticNames()
Stats
getStatisticNames
in interface Stats
public Statistic[] getStatistics()
Stats
getStatistics
in interface Stats
public void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |