org.objectweb.jonas.webapp.jonasadmin.monitoring
Class MemoryForm
java.lang.Object
ActionForm
org.objectweb.jonas.webapp.jonasadmin.monitoring.MemoryForm
- public class MemoryForm
- extends ActionForm
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemoryForm
public MemoryForm()
reset
public void reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Reset all properties to their default values.
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
refreshGraphic
public void refreshGraphic()
validate
public ActionErrors validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Validate the properties that have been set from this HTTP request,
and return an
ActionErrors
object that encapsulates any
validation errors that have been found. If no errors are found, return
null
or an ActionErrors
object with no
recorded error messages.
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
getNumberOfMeasures
public int getNumberOfMeasures()
setNumberOfMeasures
public void setNumberOfMeasures(int numberOfMeasures)
getRange
public int getRange()
setRange
public void setRange(int range)
getWidthGraphic
public int getWidthGraphic()
setWidthGraphic
public void setWidthGraphic(int widthGraphic)
getHeightGraphic
public int getHeightGraphic()
setHeightGraphic
public void setHeightGraphic(int heightGraphic)
getTimerGraphic
public int getTimerGraphic()
setTimerGraphic
public void setTimerGraphic(int timerGraphic)