|
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.MapStatisticImpl com.sun.appserv.management.j2ee.statistics.CompositeDataStatistic
public class CompositeDataStatistic
Implementation of Statistic which expects a CompositeData to contain them by name.
Constructor Summary | |
---|---|
CompositeDataStatistic(CompositeData compositeData)
Create a new CompositeDataStatistic using the specified CompositeData . |
|
CompositeDataStatistic(Map<String,?> map)
Create a new instance using the specified Map
whose keys are the Statistic names. |
|
CompositeDataStatistic(Statistic statistic)
Create a new instance using the specified Statistic as the source for the members. |
Method Summary |
---|
Methods inherited from class com.sun.appserv.management.j2ee.statistics.MapStatisticImpl |
---|
asMap, equals, getDescription, getint, getLastSampleTime, getlong, getName, getStartTime, getString, getUnit, getValue, hashCode, setName, toString, valueNames |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompositeDataStatistic(CompositeData compositeData)
CompositeData
.
Create from a CompositeData
public CompositeDataStatistic(Map<String,?> map)
Map
whose keys are the Statistic names.
public CompositeDataStatistic(Statistic statistic)
|
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.