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

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable
All Known Implementing Classes:
ReportDataImpl

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 getOperationalStatusMonitorReport()
          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.

getOperationalStatusMonitorReport

public java.lang.Object getOperationalStatusMonitorReport()
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.