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

Packages that use ReportInfo
com.sun.management.oss.impl.pm.opstatus This package contains the implementations of the interfaces defined in the com.sun.management.oss.pm.opstatus package. 
com.sun.management.oss.impl.pm.opstatus.xml This package contains XML translators (from XML/to XML methods) for the objects defined by the package com.sun.management.oss.impl.pm.opstatus. 
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.impl.pm.opstatus
 

Methods in com.sun.management.oss.impl.pm.opstatus that return ReportInfo
 ReportInfo[] ReportInfoIteratorImpl.getNext(int how_many)
           
 ReportInfo OperationalStatusDataAvailableEventImpl.getReportInformation()
           
 ReportInfo OperationalStatusDataAvailableEventImpl.makeReportInformation()
           
 ReportInfo CurrentResultReportImpl.getReportInformation()
           
 

Methods in com.sun.management.oss.impl.pm.opstatus with parameters of type ReportInfo
 void ReportInformation.setReportInfo(ManagedEntityKey pmKey, ReportInfo ri)
          setReportInfo.
 void OperationalStatusDataAvailableEventImpl.setReportInformation(ReportInfo info)
           
 

Constructors in com.sun.management.oss.impl.pm.opstatus with parameters of type ReportInfo
ReportInfoIteratorImpl(ReportInfo[] ri)
           
CurrentResultReportImpl(ReportInfo reportInformation, ReportData reportData)
           
 

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

Methods in com.sun.management.oss.impl.pm.opstatus.xml with parameters of type ReportInfo
static java.lang.String ReportInfoXmlTranslator.toXml(ReportInfo reportInfo, java.lang.String elementName)
           ASCII dateTime
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.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.