ch.elca.el4j.services.statistics.detailed.jmx
Interface DetailedStatisticsReporterMBean

All Known Implementing Classes:
DetailedStatisticsReporter

public interface DetailedStatisticsReporterMBean

This class publishes the detailed statistics through JMX (MBean Interface).

Author:
Rashid Waraich (RWA), David Stefan (DST)
File-location:
DetailedStatisticsReporterMBean
Last check-in date:
2009-08-04 14:25:40 +0200 (Di, 04. Aug 2009) by swismer for revision 3874

Method Summary
 void createCSVFile(String filename, String measureId)
          Creates a CSV file with the measurment results.
 void createDiagramFile(String filename, String measureId)
          Creates a png file with the measurment results.
 void createDiagramFile(String filename, String measureId, int width, int height)
          Creates a png file with the measurment results.
 String showMeasureIDTable()
           
 

Method Detail

showMeasureIDTable

String showMeasureIDTable()
Returns:
Table of ids of all measurement.

createCSVFile

void createCSVFile(String filename,
                   String measureId)
Creates a CSV file with the measurment results.

Parameters:
filename - Name of file for output
measureId - Id of measurments to output

createDiagramFile

void createDiagramFile(String filename,
                       String measureId)
Creates a png file with the measurment results.

Parameters:
filename - Name of file for output
measureId - Id of measurments to output

createDiagramFile

void createDiagramFile(String filename,
                       String measureId,
                       int width,
                       int height)
Creates a png file with the measurment results.

Parameters:
filename - Name of file for output
measureId - Id of measurments to output
width - Width of the diagram
height - Height of the diagram


Copyright © 2005-2011 ELCA. All Rights Reserved.