| org.objectweb.jonas.webapp.jonasadmin.service.jtm.JtmServiceForm
JtmServiceForm | final public class JtmServiceForm extends ActionForm (Code) | | Form used to present the Transaction Manager properties
author: Adriana Danes |
numberCheck | public void numberCheck(ActionErrors p_Errors, String field, String numText, boolean rangeCheck, int min, int max)(Code) | | Helper method to check that it is a required number and
is a valid integer within the given range. (min, max).
Parameters: field - The field name in the form for which this error occured. Parameters: numText - The string representation of the number. Parameters: rangeCheck - Boolean value set to true of reange check should be performed. Parameters: min - The lower limit of the range Parameters: max - The upper limit of the range |
reset | public void reset(ActionMapping mapping, HttpServletRequest request)(Code) | | Reset all properties to their default values.
Parameters: mapping - The mapping used to select this instance Parameters: request - The servlet request we are processing |
setJtmLocation | public void setJtmLocation(String jtmLocation)(Code) | | |
setTimeOutText | public void setTimeOutText(String timeOutText)(Code) | | |
validate | public ActionErrors validate(ActionMapping mapping, HttpServletRequest request)(Code) | | 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 instance Parameters: request - The servlet request we are processing |
|
|