| org.objectweb.jonas.webapp.jonasadmin.jonasserver.BasicJonasServerForm org.objectweb.jonas.webapp.jonasadmin.jonasserver.JmxServerForm
getImplementationName | public String getImplementationName()(Code) | | |
getImplementationVendor | public String getImplementationVendor()(Code) | | |
getImplementationVersion | public String getImplementationVersion()(Code) | | |
getSpecificationName | public String getSpecificationName()(Code) | | |
getSpecificationVendor | public String getSpecificationVendor()(Code) | | |
getSpecificationVersion | public String getSpecificationVersion()(Code) | | |
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 |
setImplementationName | public void setImplementationName(String implementationName)(Code) | | |
setImplementationVendor | public void setImplementationVendor(String implementationVendor)(Code) | | |
setImplementationVersion | public void setImplementationVersion(String implementationVersion)(Code) | | |
setMBeanServerId | public void setMBeanServerId(String mBeanServerId)(Code) | | |
setSpecificationName | public void setSpecificationName(String specificationName)(Code) | | |
setSpecificationVendor | public void setSpecificationVendor(String specificationVendor)(Code) | | |
setSpecificationVersion | public void setSpecificationVersion(String specificationVersion)(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 |
|
|