|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportInfo | |
com.sun.management.oss.impl.pm.measurement | This package contains the implementations of the interfaces defined in the com.sun.management.oss.pm.measurement package. |
com.sun.management.oss.impl.pm.measurement.xml | This package contains XML translators (from XML/to XML methods) for the objects defined by the package com.sun.management.oss.impl.pm.measurement. |
com.sun.management.oss.pm.measurement | This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment. |
Uses of ReportInfo in com.sun.management.oss.impl.pm.measurement |
Classes in com.sun.management.oss.impl.pm.measurement that implement ReportInfo | |
class |
ReportInfoImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson |
Methods in com.sun.management.oss.impl.pm.measurement that return ReportInfo | |
ReportInfo[] |
ReportInfoIteratorImpl.getNext(int how_many)
|
ReportInfo |
PerformanceDataAvailableEventImpl.getReportInformation()
|
ReportInfo |
PerformanceDataAvailableEventImpl.makeReportInformation()
|
ReportInfo |
CurrentResultReportImpl.getReportInformation()
|
Methods in com.sun.management.oss.impl.pm.measurement with parameters of type ReportInfo | |
void |
ReportInformation.setReportInfo(ManagedEntityKey pmKey,
ReportInfo ri)
setReportInfo |
void |
PerformanceDataAvailableEventImpl.setReportInformation(ReportInfo info)
|
Constructors in com.sun.management.oss.impl.pm.measurement with parameters of type ReportInfo | |
ReportInfoIteratorImpl(ReportInfo[] ri)
|
|
CurrentResultReportImpl(ReportInfo reportInformation,
ReportData reportData)
|
Uses of ReportInfo in com.sun.management.oss.impl.pm.measurement.xml |
Methods in com.sun.management.oss.impl.pm.measurement.xml with parameters of type ReportInfo | |
static java.lang.String |
ReportInfoXmlTranslator.toXml(ReportInfo reportInfo,
java.lang.String elementName)
|
static void |
ReportInfoXmlTranslator.fromXmlNoRoot(org.jdom.Element element,
ReportInfo reportInfo)
|
static java.lang.String |
ReportInfoIteratorXmlTranslator.toXml(ReportInfo reportInfo,
java.lang.String elementName)
|
Uses of ReportInfo in com.sun.management.oss.pm.measurement |
Methods in com.sun.management.oss.pm.measurement that return ReportInfo | |
ReportInfo[] |
ReportInfoIterator.getNext(int how_many)
Returns a list of measurement report information. |
ReportInfo |
PerformanceDataAvailableEvent.getReportInformation()
Gets information about the report. |
ReportInfo |
PerformanceDataAvailableEvent.makeReportInformation()
Creates a new instance of the ReportInfo interface. |
ReportInfo |
CurrentResultReport.getReportInformation()
Gets information about the current measurement result report. |
Methods in com.sun.management.oss.pm.measurement with parameters of type ReportInfo | |
void |
PerformanceDataAvailableEvent.setReportInformation(ReportInfo info)
Sets information about the report. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |