org.objectweb.jonas.webapp.jonasadmin.domain
Class NewServerForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.objectweb.jonas.webapp.jonasadmin.domain.NewServerForm
All Implemented Interfaces:
java.io.Serializable

public final class NewServerForm
extends org.apache.struts.action.ActionForm

Author:
Adriana Danes
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
NewServerForm()
           
 
Method Summary
 java.lang.String[] getSelectedItems()
           
 java.lang.String getServerCld()
           
 java.lang.String getServerName()
           
 java.lang.String[] getServerNames()
           
 java.lang.String getServerURL()
           
 boolean isCluster()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setCluster(boolean isCluster)
           
 void setSelectedItems(java.lang.String[] selectedItems)
           
 void setServerCld(java.lang.String serverCld)
           
 void setServerName(java.lang.String serverName)
           
 void setServerNames(java.lang.String[] serverNames)
           
 void setServerURL(java.lang.String serverURL)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

NewServerForm

public NewServerForm()
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)

getServerName

public java.lang.String getServerName()
Returns:
Returns the serverName.

setServerName

public void setServerName(java.lang.String serverName)
Parameters:
serverName - The serverName to set.

getServerURL

public java.lang.String getServerURL()
Returns:
Returns the serverURL.

setServerURL

public void setServerURL(java.lang.String serverURL)
Parameters:
serverURL - The serverURL to set.

getServerCld

public java.lang.String getServerCld()
Returns:
the name of server's cluster daemon

setServerCld

public void setServerCld(java.lang.String serverCld)
Parameters:
serverCld - The server cluster daemon name to set.

isCluster

public boolean isCluster()

setCluster

public void setCluster(boolean isCluster)

getServerNames

public java.lang.String[] getServerNames()

setServerNames

public void setServerNames(java.lang.String[] serverNames)

getSelectedItems

public java.lang.String[] getSelectedItems()

setSelectedItems

public void setSelectedItems(java.lang.String[] selectedItems)