|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.rhq.enterprise.gui.legacy.action.BaseValidatorForm
org.rhq.enterprise.gui.legacy.action.CalendarForm
org.rhq.enterprise.gui.legacy.action.ScheduleForm
org.rhq.enterprise.gui.legacy.action.resource.ResourceForm
org.rhq.enterprise.gui.legacy.action.resource.common.monitor.config.MonitoringConfigForm
public class MonitoringConfigForm
Form for setting the collection interval for metrics in resource/monitoring/configuration areas of the application, and for adding metrics to a resource.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.rhq.enterprise.gui.legacy.action.resource.ResourceForm |
|---|
ResourceForm.FormContext |
| Field Summary |
|---|
| Fields inherited from class org.rhq.enterprise.gui.legacy.action.ScheduleForm |
|---|
END_NEVER, END_ON_DATE, EVERY_DAY, EVERY_WEEKDAY, ON_DAY, ON_EACH, RECUR_DAILY, RECUR_MONTHLY, RECUR_NEVER, RECUR_WEEKLY, START_NOW, START_ON_DATE |
| 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 | |
|---|---|
MonitoringConfigForm()
Creates new MonitoringConfigForm |
|
| Method Summary | |
|---|---|
Integer[] |
getAvailableMids()
Non-Indexed getter for property availableMids. |
Integer |
getAvailableMids(int index)
Indexed getter for property availableMids. |
Long |
getCollectionInterval()
|
long |
getCollectionUnit()
Getter for property collectionUnit. |
String |
getFilterBy()
Getter for property filterBy. |
List |
getFilterOptions()
Getter for property filterOptions. |
long |
getIntervalTime()
Derived property based on collectionInterval and collectionUnit, return the time as a long |
int[] |
getMids()
Getter for property mids. |
org.apache.struts.util.ImageButtonBean |
getNullBtn()
|
Integer[] |
getPendingMids()
Getter for property pendingMids. |
Integer |
getPsa()
Getter for property psa. |
Integer |
getPsp()
Getter for property psp. |
boolean |
getSchedulesShouldChange()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setAvailableMids(Integer[] availableMids)
Non-Indexed setter for property availableMids. |
void |
setCollectionInterval(Long collectionInterval)
Setter for property collectionInterval. |
void |
setCollectionUnit(long collectionUnit)
Setter for property collectionUnit. |
void |
setFilterBy(String filterBy)
Setter for property filterBy. |
void |
setFilterOptions(List filterOptions)
Setter for property filterOptions. |
void |
setMids(int[] mids)
Setter for property mids. |
void |
setNullBtn(org.apache.struts.util.ImageButtonBean bean)
|
void |
setPendingMids(Integer[] pendingMids)
Setter for property pendingMids. |
void |
setPsa(Integer psa)
Setter for property psa. |
void |
setPsp(Integer psp)
Setter for property psp. |
void |
setSchedulesShouldChange(boolean schedulesShouldChange)
|
| Methods inherited from class org.rhq.enterprise.gui.legacy.action.resource.ResourceForm |
|---|
getContext, getDescription, getGroupId, getId, getLocation, getName, getResourceType, getResourceTypes, getRid, getType, loadResourceValue, setDescription, setGroupId, setId, setLocation, setName, setResourceType, setResourceTypes, setRid, setType, toString, updateResourceValue, validate |
| Methods inherited from class org.rhq.enterprise.gui.legacy.action.ScheduleForm |
|---|
getControlActions, getEachDay, getEndTime, getIsNow, getMonthlyRecurrenceDay, getNumControlActions, getNumDays, getNumMonths, getNumWeeks, getRecurInterval, getRecurrenceDay, getRecurrenceFrequencyDaily, getRecurrenceFrequencyMonthly, getRecurrenceWeek, getStartTime, setControlActions, setEachDay, setEndTime, setMonthlyRecurrenceDay, setNumDays, setNumMonths, setNumWeeks, setRecurInterval, setRecurrenceDay, setRecurrenceFrequencyDaily, setRecurrenceFrequencyMonthly, setRecurrenceWeek, setStartTime |
| 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, getWantEndDate, getYearOptions, populateEndDate, populateStartDate, setEndAmPm, setEndDay, setEndHour, setEndMin, setEndMonth, setEndYear, setStartAmPm, setStartDay, setStartHour, setStartMin, setStartMonth, setStartYear, setWantEndDate, shouldValidateDateRange, validateDateRange |
| Methods inherited from class org.rhq.enterprise.gui.legacy.action.BaseValidatorForm |
|---|
getAdd, getCancel, getCreate, getDelete, getEnable, getInstall, getManualUninstall, getOk, getOkassign, getPn, 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, setPn, 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 |
| Constructor Detail |
|---|
public MonitoringConfigForm()
| Method Detail |
|---|
public long getIntervalTime()
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class ResourceFormpublic Long getCollectionInterval()
public int[] getMids()
public void setMids(int[] mids)
mids - New value of property mids.public void setCollectionInterval(Long collectionInterval)
collectionInterval - New value of property collectionInterval.public long getCollectionUnit()
public void setCollectionUnit(long collectionUnit)
collectionUnit - New value of property collectionUnit.public Integer getAvailableMids(int index)
index - Index of the property.
index.public Integer[] getAvailableMids()
index.public void setAvailableMids(Integer[] availableMids)
availableMids - New value of the property.public Integer[] getPendingMids()
public void setPendingMids(Integer[] pendingMids)
pendingMids - New value of property pendingMids.public String getFilterBy()
public void setFilterBy(String filterBy)
filterBy - New value of property filterBy.public Integer getPsp()
public void setPsp(Integer psp)
psp - New value of property psp.public Integer getPsa()
public void setPsa(Integer psa)
psa - New value of property psa.public List getFilterOptions()
public void setFilterOptions(List filterOptions)
filterOptions - New value of property filterOptions.public org.apache.struts.util.ImageButtonBean getNullBtn()
public void setNullBtn(org.apache.struts.util.ImageButtonBean bean)
bean - public boolean getSchedulesShouldChange()
public void setSchedulesShouldChange(boolean schedulesShouldChange)
schedulesShouldChange - the schedulesShouldChange to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||