Uses of Interface
com.sun.management.oss.pm.measurement.ReportInfo

Packages that use ReportInfo
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.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.