|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.appserv.management.j2ee.statistics.CompositeDataStats
public final class CompositeDataStats
Implementation of Stats which expects a CompositeData to contain the Statistics keyed by name, with values of CompositeData.
Constructor Summary | |
---|---|
CompositeDataStats(CompositeData compositeData)
Create a new CompositeDataStats using the specified CompositeData |
Method Summary | |
---|---|
Statistic |
getStatistic(String statisticName)
Get a Statistic by name. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeDataStats(CompositeData compositeData)
Method Detail |
---|
public Statistic getStatistic(String statisticName)
Stats
getStatistic
in interface Stats
public String[] getStatisticNames()
Stats
getStatisticNames
in interface Stats
public Statistic[] getStatistics()
Stats
getStatistics
in interface Stats
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.