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

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.objectweb.jonas.webapp.jonasadmin.domain.NewServerForm
All Implemented Interfaces:
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
 String[] getSelectedItems()
           
 String getServerCld()
           
 String getServerName()
           
 String[] getServerNames()
           
 String getServerURL()
           
 boolean isCluster()
           
 void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
           
 void setCluster(boolean isCluster)
           
 void setSelectedItems(String[] selectedItems)
           
 void setServerCld(String serverCld)
           
 void setServerName(String serverName)
           
 void setServerNames(String[] serverNames)
           
 void setServerURL(String serverURL)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, 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,
                  HttpServletRequest request)
Overrides:
reset in class org.apache.struts.action.ActionForm

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      HttpServletRequest request)
Overrides:
validate in class org.apache.struts.action.ActionForm

getServerName

public String getServerName()
Returns:
Returns the serverName.

setServerName

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

getServerURL

public String getServerURL()
Returns:
Returns the serverURL.

setServerURL

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

getServerCld

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

setServerCld

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

isCluster

public boolean isCluster()

setCluster

public void setCluster(boolean isCluster)

getServerNames

public String[] getServerNames()

setServerNames

public void setServerNames(String[] serverNames)

getSelectedItems

public String[] getSelectedItems()

setSelectedItems

public void setSelectedItems(String[] selectedItems)


Copyright © 2007 OW2 Consortium. All Rights Reserved.