|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DetailedStatisticsReporterMBean
This class publishes the detailed statistics through JMX (MBean Interface).
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 |
---|
String showMeasureIDTable()
void createCSVFile(String filename, String measureId)
filename
- Name of file for outputmeasureId
- Id of measurments to outputvoid createDiagramFile(String filename, String measureId)
filename
- Name of file for outputmeasureId
- Id of measurments to outputvoid createDiagramFile(String filename, String measureId, int width, int height)
filename
- Name of file for outputmeasureId
- Id of measurments to outputwidth
- Width of the diagramheight
- Height of the diagram
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |