|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.rhq.enterprise.gui.common.servlet.ParameterizedServlet
org.rhq.enterprise.gui.common.servlet.ImageServlet
org.rhq.enterprise.gui.common.servlet.ChartServlet
org.rhq.enterprise.gui.common.servlet.VerticalChartServlet
org.rhq.enterprise.gui.common.servlet.CurrentHealthChartServlet
org.rhq.enterprise.gui.common.servlet.AvailHealthChartServlet
public class AvailHealthChartServlet
Availability current health chart servlet.
| Field Summary |
|---|
| Fields inherited from class org.rhq.enterprise.gui.common.servlet.CurrentHealthChartServlet |
|---|
IMAGE_HEIGHT_DEFAULT, IMAGE_WIDTH_DEFAULT, INTERVAL |
| Fields inherited from class org.rhq.enterprise.gui.common.servlet.VerticalChartServlet |
|---|
COLLECTION_TYPE_PARAM |
| Fields inherited from class org.rhq.enterprise.gui.common.servlet.ChartServlet |
|---|
BASELINE_PARAM, HIGHRANGE_PARAM, LOWRANGE_PARAM, MEASUREMENT_UNITS_PARAM, SHOW_AVERAGE_PARAM, SHOW_BASELINE_PARAM, SHOW_HIGHRANGE_PARAM, SHOW_LOW_PARAM, SHOW_LOWRANGE_PARAM, SHOW_PEAK_PARAM, SHOW_VALUES_PARAM, units |
| Fields inherited from class org.rhq.enterprise.gui.common.servlet.ImageServlet |
|---|
IMAGE_FORMAT_JPEG, IMAGE_FORMAT_PARAM, IMAGE_FORMAT_PNG, IMAGE_HEIGHT_PARAM, IMAGE_WIDTH_PARAM |
| Constructor Summary | |
|---|---|
AvailHealthChartServlet()
|
|
| Method Summary | |
|---|---|
protected Chart |
createChart()
Create and return the chart. |
protected String |
getMetricCategory()
Return the corresponding measurement category. |
| Methods inherited from class org.rhq.enterprise.gui.common.servlet.CurrentHealthChartServlet |
|---|
getDefaultImageHeight, getDefaultImageWidth, initializeChart, plotData |
| Methods inherited from class org.rhq.enterprise.gui.common.servlet.VerticalChartServlet |
|---|
getDefaultCollectionType, getTrendForCollectionType, parseParameters |
| Methods inherited from class org.rhq.enterprise.gui.common.servlet.ChartServlet |
|---|
createImage, getDefaultShowAverage, getDefaultShowBaseline, getDefaultShowHighRange, getDefaultShowLow, getDefaultShowLowRange, getDefaultShowPeak, getDefaultShowValues, getShowAvg, getShowLow, getShowPeak, renderJpegImage, renderPngImage |
| Methods inherited from class org.rhq.enterprise.gui.common.servlet.ImageServlet |
|---|
doGet, getDefaultImageFormat, getImageFormat, getImageHeight, getImageWidth, init |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AvailHealthChartServlet()
| Method Detail |
|---|
protected Chart createChart()
createChart in class ChartServletprotected String getMetricCategory()
getMetricCategory in class CurrentHealthChartServletorg.rhq.enterprise.server.legacy.measurement.MeasurementConstants.CAT_AVAILABILITY
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||