org.rhq.enterprise.gui.legacy.action.resource.common.monitor.visibility
Class PerformanceForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by org.rhq.enterprise.gui.legacy.action.BaseValidatorForm
              extended by org.rhq.enterprise.gui.legacy.action.CalendarForm
                  extended by org.rhq.enterprise.gui.legacy.action.resource.common.monitor.visibility.MetricDisplayRangeForm
                      extended by org.rhq.enterprise.gui.legacy.action.resource.common.monitor.visibility.MetricsControlForm
                          extended by org.rhq.enterprise.gui.legacy.action.resource.common.monitor.visibility.PerformanceForm
All Implemented Interfaces:
Serializable

public class PerformanceForm
extends MetricsControlForm

Represents the controls on pages that display call-time stats.

See Also:
Serialized Form

Field Summary
static Boolean DEFAULT_AVG
           
static Boolean DEFAULT_LOW
           
static Boolean DEFAULT_PEAK
           
static Boolean DEFAULT_REQ
           
static Integer DEFAULT_SCHEDULE_ID
           
 
Fields inherited from class org.rhq.enterprise.gui.legacy.action.resource.common.monitor.visibility.MetricDisplayRangeForm
ACTION_DATE_RANGE, ACTION_LASTN
 
Fields inherited from class org.rhq.enterprise.gui.legacy.action.CalendarForm
AM, PM
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
PerformanceForm()
           
 
Method Summary
 void addUrl(String s)
           
 Boolean getAvg()
           
 org.apache.struts.util.ImageButtonBean getChart()
           
 Boolean getLow()
           
 Integer getMetricCount()
           
 org.apache.struts.util.ImageButtonBean getNext()
           
 Boolean getPeak()
           
 Integer getPn()
          Getter for property p.
 org.apache.struts.util.ImageButtonBean getPrev()
           
 org.apache.struts.util.ImageButtonBean getRedraw()
           
 String getSc()
           
 Integer getScheduleId()
           
 org.rhq.core.domain.measurement.MeasurementSchedule[] getSchedules()
           
 String getSo()
           
 String[] getUrl()
           
 boolean isAnythingClicked()
           
 boolean isChartClicked()
           
 boolean isNextClicked()
           
 boolean isPrevClicked()
           
 boolean isRangeNow()
           
 boolean isRedrawClicked()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setAvg(Boolean b)
           
 void setChart(org.apache.struts.util.ImageButtonBean ibb)
           
protected  void setDefaults()
           
 void setLow(Boolean b)
           
 void setMetricCount(Integer metricCount)
           
 void setNext(org.apache.struts.util.ImageButtonBean ibb)
           
 void setPeak(Boolean b)
           
 void setPn(Integer i)
          Setter for property p.
 void setPrev(org.apache.struts.util.ImageButtonBean ibb)
           
 void setRedraw(org.apache.struts.util.ImageButtonBean ibb)
           
 void setSc(String s)
           
 void setScheduleId(Integer scheduleId)
           
 void setSchedules(org.rhq.core.domain.measurement.MeasurementSchedule[] schedules)
           
 void setSo(String s)
           
 void setUrl(String[] l)
           
 String toString()
           
 
Methods inherited from class org.rhq.enterprise.gui.legacy.action.resource.common.monitor.visibility.MetricsControlForm
getAdvanced, getEditRange, getForwardParams, getRange, getRb, getRbDate, getRe, getReadOnly, getReDate, getRnMenu, getSimple, isAdvancedClicked, isEditRangeClicked, isRangeClicked, isSimpleClicked, setAdvanced, setEditRange, setRange, setRb, setRe, setReadOnly, setSimple
 
Methods inherited from class org.rhq.enterprise.gui.legacy.action.resource.common.monitor.visibility.MetricDisplayRangeForm
getA, getCategory, getCtype, getGroupId, getId, getParent, getRn, getRu, getWantEndDate, isDateRangeSelected, isLastnSelected, setA, setCategory, setCtype, setGroupId, setId, setParent, setRn, setRu, shouldValidateDateRange, validate
 
Methods inherited from class org.rhq.enterprise.gui.legacy.action.CalendarForm
calcHour, getEndAmPm, getEndDate, getEndDay, getEndHour, getEndMin, getEndMonth, getEndYear, getInitStartTime, getStartAmPm, getStartDate, getStartDay, getStartHour, getStartMin, getStartMonth, getStartYear, getYearOptions, populateEndDate, populateStartDate, setEndAmPm, setEndDay, setEndHour, setEndMin, setEndMonth, setEndYear, setStartAmPm, setStartDay, setStartHour, setStartMin, setStartMonth, setStartYear, setWantEndDate, validateDateRange
 
Methods inherited from class org.rhq.enterprise.gui.legacy.action.BaseValidatorForm
getAdd, getCancel, getCreate, getDelete, getEnable, getInstall, getManualUninstall, getOk, getOkassign, getPs, getRemove, getReset, getUninventory, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isInstallClicked, isManualUninstallClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, setAdd, setCancel, setCreate, setDelete, setEnable, setInstall, setOk, setOkassign, setPs, setRemove, setReset, setUninventory, setUserset, shouldValidate
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_AVG

public static final Boolean DEFAULT_AVG

DEFAULT_LOW

public static final Boolean DEFAULT_LOW

DEFAULT_PEAK

public static final Boolean DEFAULT_PEAK

DEFAULT_REQ

public static final Boolean DEFAULT_REQ

DEFAULT_SCHEDULE_ID

public static final Integer DEFAULT_SCHEDULE_ID
Constructor Detail

PerformanceForm

public PerformanceForm()
Method Detail

toString

public String toString()
Overrides:
toString in class MetricsControlForm

getAvg

public Boolean getAvg()

setAvg

public void setAvg(Boolean b)

getChart

public org.apache.struts.util.ImageButtonBean getChart()

setChart

public void setChart(org.apache.struts.util.ImageButtonBean ibb)

getLow

public Boolean getLow()

setLow

public void setLow(Boolean b)

getNext

public org.apache.struts.util.ImageButtonBean getNext()

setNext

public void setNext(org.apache.struts.util.ImageButtonBean ibb)

getPeak

public Boolean getPeak()

setPeak

public void setPeak(Boolean b)

getPrev

public org.apache.struts.util.ImageButtonBean getPrev()

setPrev

public void setPrev(org.apache.struts.util.ImageButtonBean ibb)

getRedraw

public org.apache.struts.util.ImageButtonBean getRedraw()

setRedraw

public void setRedraw(org.apache.struts.util.ImageButtonBean ibb)

getUrl

public String[] getUrl()

addUrl

public void addUrl(String s)

setUrl

public void setUrl(String[] l)

getSchedules

public org.rhq.core.domain.measurement.MeasurementSchedule[] getSchedules()

setSchedules

public void setSchedules(org.rhq.core.domain.measurement.MeasurementSchedule[] schedules)

getScheduleId

public Integer getScheduleId()

setScheduleId

public void setScheduleId(Integer scheduleId)

getMetricCount

public Integer getMetricCount()

setMetricCount

public void setMetricCount(Integer metricCount)

getPn

public Integer getPn()
Description copied from class: BaseValidatorForm
Getter for property p.

Overrides:
getPn in class BaseValidatorForm
Returns:
Value of property p.

setPn

public void setPn(Integer i)
Description copied from class: BaseValidatorForm
Setter for property p.

Overrides:
setPn in class BaseValidatorForm
Parameters:
i - New value of property p.

getSo

public String getSo()

setSo

public void setSo(String s)

getSc

public String getSc()

setSc

public void setSc(String s)

isChartClicked

public boolean isChartClicked()

isNextClicked

public boolean isNextClicked()

isPrevClicked

public boolean isPrevClicked()

isRedrawClicked

public boolean isRedrawClicked()

isAnythingClicked

public boolean isAnythingClicked()
Overrides:
isAnythingClicked in class MetricsControlForm

isRangeNow

public boolean isRangeNow()

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class MetricsControlForm

setDefaults

protected void setDefaults()
Overrides:
setDefaults in class MetricsControlForm


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.