org.objectweb.jonas.webapp.jonasadmin.jonasserver
Class JmxServerForm
java.lang.Object
ActionForm
org.objectweb.jonas.webapp.jonasadmin.jonasserver.JmxServerForm
- public final class JmxServerForm
- extends ActionForm
Form bean for the Jmx server form page.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmxServerForm
public JmxServerForm()
getSpecificationVersion
public java.lang.String getSpecificationVersion()
setSpecificationVersion
public void setSpecificationVersion(java.lang.String specificationVersion)
getMBeanServerId
public java.lang.String getMBeanServerId()
setMBeanServerId
public void setMBeanServerId(java.lang.String mBeanServerId)
getSpecificationName
public java.lang.String getSpecificationName()
setSpecificationName
public void setSpecificationName(java.lang.String specificationName)
getSpecificationVendor
public java.lang.String getSpecificationVendor()
setSpecificationVendor
public void setSpecificationVendor(java.lang.String specificationVendor)
getImplementationName
public java.lang.String getImplementationName()
setImplementationName
public void setImplementationName(java.lang.String implementationName)
getImplementationVersion
public java.lang.String getImplementationVersion()
setImplementationVersion
public void setImplementationVersion(java.lang.String implementationVersion)
getImplementationVendor
public java.lang.String getImplementationVendor()
setImplementationVendor
public void setImplementationVendor(java.lang.String implementationVendor)
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
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