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.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.impl.pm.util.xml This package contains XML translators (from XML/to XML methods) for the objects defined by the package com.sun.management.oss.impl.pm.util. 
com.sun.management.oss.pm.measurement This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment.  
com.sun.mfwk.cli   
 

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.impl.pm.measurement
 

Classes in com.sun.management.oss.impl.pm.measurement that implement ReportFormat
 class ReportFormatImpl
          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 ReportFormat
 ReportFormat ReportInfoImpl.getReportFormat()
           
 ReportFormat ReportInfoImpl.makeReportFormat()
           
 ReportFormat ReportDataImpl.getReportFormat()
           
 ReportFormat PerformanceMonitorValueImpl.getReportFormat()
          Gets the report format of the measurement job.
 ReportFormat PerformanceMonitorValueImpl.makeReportFormat()
          Creates a new instance of the ReportFormat interface.
 ReportFormat PerformanceDataEventImpl.getReportFormat()
           
 ReportFormat PerformanceDataEventImpl.makeReportFormat()
           
 

Methods in com.sun.management.oss.impl.pm.measurement with parameters of type ReportFormat
 void ReportInfoImpl.setReportFormat(ReportFormat repf)
           
 void PerformanceMonitorValueImpl.setReportFormat(ReportFormat format)
          Sets the report format of the measurement job.
 void PerformanceDataEventImpl.setReportFormat(ReportFormat format)
           
 

Constructors in com.sun.management.oss.impl.pm.measurement with parameters of type ReportFormat
ReportDataImpl(java.lang.Object report, ReportFormat reportFormat)
           
 

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

Methods in com.sun.management.oss.impl.pm.measurement.xml with parameters of type ReportFormat
static java.lang.String ReportFormatXmlTranslator.toXml(ReportFormat reportFormat, java.lang.String elementName)
           
static void ReportFormatXmlTranslator.fromXmlNoRoot(org.jdom.Element element, ReportFormat reportFormat)
           
static void JVTPerformanceMonitorSessionOptionalOptXmlTranslator.fromXmlNoRoot(org.jdom.Element element, ReportFormat reportFormat)
           
 

Uses of ReportFormat in com.sun.management.oss.impl.pm.util.xml
 

Methods in com.sun.management.oss.impl.pm.util.xml with parameters of type ReportFormat
static void ObservableObjectClassIteratorXmlTranslator.fromXmlNoRoot(org.jdom.Element element, ReportFormat reportFormat)
           
 

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.
 

Uses of ReportFormat in com.sun.mfwk.cli
 

Methods in com.sun.mfwk.cli that return ReportFormat
 ReportFormat[] MfCliPmPerfJobSessionProxy.getReportFormats()