Package com.sun.slamd.report

The com.sun.slamd.report package contains the code that defines the API used to generate reports of SLAMD jobs and optimizing jobs.

See:
          Description

Interface Summary
ReportGenerator This class defines the set of methods that must be implemented by any class that provides a mechanism for generating reports of SLAMD data.
 

Class Summary
HTMLReportGenerator This class provides an implementation of a SLAMD report generator that will write the report information in HTML form.
PDFReportGenerator This class provides an implementation of a SLAMD report generator that will write the report information to a PDF document.
TextReportGenerator This class provides an implementation of a SLAMD report generator that will write the report information to a plain text file.
 

Package com.sun.slamd.report Description

The com.sun.slamd.report package contains the code that defines the API used to generate reports of SLAMD jobs and optimizing jobs. It also contains concrete implementations of report generators, including: