com.sun.management.oss.pm.measurement
Interface ReportData

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable

public interface ReportData
extends java.io.Serializable, java.lang.Cloneable

This interface represents the measurement reports.

Version:
0.9, 2001-10-25
Author:
Stefan Aberg

Method Summary
 java.lang.Object clone()
          Deep copy of this instance.
 java.lang.Object getPerformanceMonitorReport()
          Gets the measurement report.
 ReportFormat getReportFormat()
          Gets the measurement report format.
 

Method Detail

clone

public java.lang.Object clone()
Deep copy of this instance.

Returns:
Object copy of this instance.

getPerformanceMonitorReport

public java.lang.Object getPerformanceMonitorReport()
Gets the measurement report.

If the measurement result is in XML format a String object will be returned.

Returns:
Object The measurement result.

getReportFormat

public ReportFormat getReportFormat()
Gets the measurement report format.

Returns:
ReportFormat The measurement report format.