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

Packages that use ReportInfo
com.sun.management.oss.pm.opstatus This package refers to systems capabilities to read operational status of observed managed object(s) (MBeans) and to produce status reports when status changes occur. 
 

Uses of ReportInfo in com.sun.management.oss.pm.opstatus
 

Methods in com.sun.management.oss.pm.opstatus that return ReportInfo
 ReportInfo[] ReportInfoIterator.getNext(int how_many)
          Returns a list of measurement report information.
 ReportInfo OperationalStatusDataAvailableEvent.getReportInformation()
          Gets information about the report.
 ReportInfo OperationalStatusDataAvailableEvent.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.opstatus with parameters of type ReportInfo
 void OperationalStatusDataAvailableEvent.setReportInformation(ReportInfo info)
          Sets information about the report.