|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains information related to a measurement report file.
Method Summary | |
java.lang.Object |
clone()
Deep copy of this instance. |
java.util.Calendar |
getExpirationDate()
Gets the expiration date of the measurement report. |
ReportFormat |
getReportFormat()
Returns the report format of the measurement report. |
java.net.URL |
getURL()
Returns a pointer (URL) to the measurement report. |
ReportFormat |
makeReportFormat()
Creates a new instance of the ReportFormat interface. |
void |
setExpirationDate(java.util.Calendar date)
Sets the expiration date of the measurement report. |
void |
setReportFormat(ReportFormat format)
Sets the report format of the measurement report. |
void |
setURL(java.net.URL url)
Sets a pointer (URL) to the measurement report. |
Method Detail |
public java.lang.Object clone()
public java.net.URL getURL()
setURL(java.net.URL)
public void setURL(java.net.URL url)
url
- the URL valuegetURL()
public ReportFormat getReportFormat()
setReportFormat(com.sun.management.oss.pm.opstatus.ReportFormat)
public void setReportFormat(ReportFormat format)
The supporting report format can be retrieved by using the OperationalStatusMonitorMethods.getReportFormats().
format
- The report format of the measurement report.getReportFormat()
public ReportFormat makeReportFormat()
ReportFormat
interface.
public java.util.Calendar getExpirationDate()
When the expiration date of the measurement report occurs, the measurement report file will be removed from the performance monitor agent.
If null is return, no expiration date exist for the measurement report and the retention period is implementation dependent.
setExpirationDate(java.util.Calendar)
public void setExpirationDate(java.util.Calendar date)
If not set the expiration date will be set to null, no expiration date exist for the measurement report and the retention period is implementation dependent.
date
- a Calendar object specifying the expiration date valuegetExpirationDate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |