|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.monitoring.mbeancmd.sampling.SampleData
org.ow2.jasmine.monitoring.mbeancmd.sampling.XSampleData
public class XSampleData
SampleData where sampling operates on a Set.
| Field Summary |
|---|
| Fields inherited from class org.ow2.jasmine.monitoring.mbeancmd.sampling.SampleData |
|---|
decimalFormat |
| Constructor Summary | |
|---|---|
XSampleData()
|
|
| Method Summary | |
|---|---|
void |
compute(SampleData needs_cast)
Implementation of inherited abstract method. |
SampleData |
get(javax.management.ObjectName on)
Gets the SampleData associated with a given ObjectName. |
protected java.lang.String |
getInnerPrintData()
Implementation of inherited abstract method. |
protected java.lang.String |
getInnerPrintHeader()
Implementation of inherited abstract method. |
java.util.Set<SampleData> |
getSampleData()
|
void |
printData(java.io.PrintStream out)
Prints out all data in attributes based on the print header. |
SampleData |
put(javax.management.ObjectName on,
SampleData data)
Puts an object in samples. |
| Methods inherited from class org.ow2.jasmine.monitoring.mbeancmd.sampling.SampleData |
|---|
getAttribute, getAttributeAsDouble, getAttributeAsInt, getAttributeAsLong, getDomain, getJmxURL, getName, getObjectName, getPrintHeader, getSampleTime, getSeparator, getServer, getValueOfAttributes, isValid, setAttribute, setObjectName, setSampleTime, setSeparator, setServerInfo, setValid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSampleData()
| Method Detail |
|---|
public void compute(SampleData needs_cast)
samples.
compute in class SampleDataneeds_cast - Previous measurement.public final void printData(java.io.PrintStream out)
printData in class SampleDataout - Stream to print data values into.SampleData.getPrintHeader(),
SampleData.getInnerPrintData()protected java.lang.String getInnerPrintHeader()
getInnerPrintHeader in class SampleDataSampleData.getInnerPrintHeader()protected java.lang.String getInnerPrintData()
getInnerPrintData in class SampleDataSampleData.getInnerPrintData()
public SampleData put(javax.management.ObjectName on,
SampleData data)
samples.
on - ObjectName to use.data - SampleData instance to link with that name.
public SampleData get(javax.management.ObjectName on)
on - ObjectName to look for.
public java.util.Set<SampleData> getSampleData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||