com.jalios.jcms.monitoring
Class MonitoringChart
java.lang.Object
  
com.jalios.jcms.monitoring.MonitoringChart
public class MonitoringChart
- extends Object
 
This class creates monitoring chart based on events and measures
 managed by MonitoringManager
- Since:
 
  - jcms-5.7
 
- Version:
 
  - $Revision: 21959 $
 
- Author:
 
  - Olivier Jaquemet 
 
 
 
| 
Method Summary | 
static File | 
getJpegChart(Locale userLocale,
             Date startDate,
             Date endDate,
             int width,
             int height)
 
          Generate a new chart using the given paremeter and save it in a JPEG
 file returned | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
REVISION
public static final String REVISION
- See Also:
 - Constant Field Values
 
MonitoringChart
public MonitoringChart()
getJpegChart
public static File getJpegChart(Locale userLocale,
                                Date startDate,
                                Date endDate,
                                int width,
                                int height)
                         throws IOException
- Generate a new chart using the given paremeter and save it in a JPEG
 file returned
- Parameters:
 userLocale - the Locale to use fo I18NstartDate - the starting Date below which events are not read, if null, it is not used.endDate - the ending Date above which events are not read, if null, it is not used.width - the width of the chart to generateheight - the height of the chart to generate
- Returns:
 - a new JFreeChart object corresponding to monitoring events between the given date
 - Throws:
 IOException- Since:
 
  - jcms-5.7
 
 
 
Copyright © 2001-2007 Jalios SA. All Rights Reserved.