|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.management.oss.impl.pm.measurement.ReportInfoImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
Constructor Summary | |
ReportInfoImpl()
|
Method Summary | |
java.lang.Object |
clone()
Deep copy of this instance. |
boolean |
equals(java.lang.Object o)
|
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. |
int |
hashCode()
|
ReportFormat |
makeReportFormat()
Creates a new instance of the ReportFormat interface. |
void |
setExpirationDate(java.util.Calendar expirationDate)
Sets the expiration date of the measurement report. |
void |
setReportFormat(ReportFormat repf)
Sets the report format of the measurement report. |
void |
setURL(java.net.URL url)
Sets a pointer (URL) to the measurement report. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReportInfoImpl()
Method Detail |
public java.lang.Object clone()
ReportInfo
clone
in interface ReportInfo
public java.util.Calendar getExpirationDate()
ReportInfo
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.
getExpirationDate
in interface ReportInfo
ReportInfo.setExpirationDate(java.util.Calendar)
public ReportFormat getReportFormat()
ReportInfo
getReportFormat
in interface ReportInfo
ReportInfo.setReportFormat(com.sun.management.oss.pm.measurement.ReportFormat)
public java.net.URL getURL()
ReportInfo
getURL
in interface ReportInfo
ReportInfo.setURL(java.net.URL)
public ReportFormat makeReportFormat()
ReportInfo
ReportFormat
interface.
makeReportFormat
in interface ReportInfo
public void setExpirationDate(java.util.Calendar expirationDate)
ReportInfo
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.
setExpirationDate
in interface ReportInfo
expirationDate
- a Calendar object specifying the expiration date valueReportInfo.getExpirationDate()
public void setReportFormat(ReportFormat repf)
ReportInfo
The supporting report format can be retrieved by using the PerformanceMonitorMethods.getReportFormats().
setReportFormat
in interface ReportInfo
repf
- The report format of the measurement report.ReportInfo.getReportFormat()
public void setURL(java.net.URL url)
ReportInfo
setURL
in interface ReportInfo
url
- the URL valueReportInfo.getURL()
public int hashCode()
public boolean equals(java.lang.Object o)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |