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

Packages that use ReportFormat
com.sun.management.oss.impl.factory.measurement This package contains the measurement job factory MBean. 
com.sun.management.oss.pm.measurement This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment.  
 

Uses of ReportFormat in com.sun.management.oss.impl.factory.measurement
 

Methods in com.sun.management.oss.impl.factory.measurement that return ReportFormat
 ReportFormat[] JmxJVTPerformanceMonitorSession.getReportFormats()
          See JVTPerformanceMonitorSession.getReportFormats().
 ReportFormat JmxJVTPerformanceMonitorSession.getCurrentReportFormat()
          See JVTPerformanceMonitorSession.getCurrentReportFormat().
 

Methods in com.sun.management.oss.impl.factory.measurement with parameters of type ReportFormat
 CurrentResultReport JmxJVTPerformanceMonitorSession.getCurrentResultReport(PerformanceMonitorKey pmKey, ReportFormat format)
          See JVTPerformanceMonitorSession.getCurrentResultReport(PerformanceMonitorKey pmKey, ReportFormat format).
 

Uses of ReportFormat in com.sun.management.oss.pm.measurement
 

Methods in com.sun.management.oss.pm.measurement that return ReportFormat
 ReportFormat ReportInfo.getReportFormat()
          Returns the report format of the measurement report.
 ReportFormat ReportInfo.makeReportFormat()
          Creates a new instance of the ReportFormat interface.
 ReportFormat ReportData.getReportFormat()
          Gets the measurement report format.
 ReportFormat PerformanceMonitorValue.makeReportFormat()
          Creates a new instance of the ReportFormat interface.
 ReportFormat PerformanceMonitorValue.getReportFormat()
          Gets the report format of the measurement job.
 ReportFormat[] JVTPerformanceMonitorSession.getReportFormats()
          Returns the supported measurement result formats of the performance monitor agent.
 ReportFormat JVTPerformanceMonitorSession.getCurrentReportFormat()
          Returns the current measurement result format that the performance monitor agent use.
 ReportFormat PerformanceDataEvent.getReportFormat()
          Gets the measurement report format.
 ReportFormat PerformanceDataEvent.makeReportFormat()
          Creates a new instance of the ReportFormat interface.
 

Methods in com.sun.management.oss.pm.measurement with parameters of type ReportFormat
 void ReportInfo.setReportFormat(ReportFormat format)
          Sets the report format of the measurement report.
 void PerformanceMonitorValue.setReportFormat(ReportFormat format)
          Sets the report format of the measurement job.
 CurrentResultReport JVTPerformanceMonitorSession.getCurrentResultReport(PerformanceMonitorKey pmKey, ReportFormat format)
          Generate a result report of the current measurement result values.
 void PerformanceDataEvent.setReportFormat(ReportFormat format)
          Sets the report format of the measurement report.