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

Packages that use CurrentResultReport
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.pm.measurement This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment.  
 

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

Methods in com.sun.management.oss.impl.factory.measurement that return CurrentResultReport
 CurrentResultReport JmxJVTPerformanceMonitorSession.getCurrentResultReport(PerformanceMonitorKey pmKey, ReportFormat format)
          See JVTPerformanceMonitorSession.getCurrentResultReport(PerformanceMonitorKey pmKey, ReportFormat format).
 

Uses of CurrentResultReport in com.sun.management.oss.impl.pm.measurement
 

Classes in com.sun.management.oss.impl.pm.measurement that implement CurrentResultReport
 class CurrentResultReportImpl
          Title: com.ericsson.oss Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson Radio Systems AB
 

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

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

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

Methods in com.sun.management.oss.pm.measurement that return CurrentResultReport
 CurrentResultReport JVTPerformanceMonitorSession.getCurrentResultReport(PerformanceMonitorKey pmKey, ReportFormat format)
          Generate a result report of the current measurement result values.