org.objectweb.jonas.webapp.jonasadmin.deploy
Class DomainDeployForm
java.lang.Object
org.apache.struts.action.ActionForm
org.objectweb.jonas.webapp.jonasadmin.deploy.DomainDeployForm
- All Implemented Interfaces:
- java.io.Serializable
- public class DomainDeployForm
- extends org.apache.struts.action.ActionForm
- Author:
- Patrick Smith
Greg Lapouchnian
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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, wait, wait, wait |
DEPLOY
public static final java.lang.String DEPLOY
- See Also:
- Constant Field Values
UPLOAD
public static final java.lang.String UPLOAD
- See Also:
- Constant Field Values
UPLOADDEPLOY
public static final java.lang.String UPLOADDEPLOY
- See Also:
- Constant Field Values
DomainDeployForm
public DomainDeployForm()
reset
public void reset(org.apache.struts.action.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 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.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
toString
public java.lang.String toString()
getListServers
public java.util.ArrayList getListServers()
setListServers
public void setListServers(java.util.ArrayList listServers)
getListServerNames
public java.util.ArrayList getListServerNames()
setListServerNames
public void setListServerNames(java.util.ArrayList listServerNames)
getReports
public java.util.Map getReports()
setReports
public void setReports(java.util.Map reports)
getListTargetServers
public java.util.ArrayList getListTargetServers()
setListTargetServers
public void setListTargetServers(java.util.ArrayList listTargetServers)
getListTargetServerNames
public java.util.ArrayList getListTargetServerNames()
setListTargetServerNames
public void setListTargetServerNames(java.util.ArrayList listTargetServerNames)
getListDeployable
public java.util.ArrayList getListDeployable()
setListDeployable
public void setListDeployable(java.util.ArrayList listDeployable)
getDeploySelected
public java.lang.String[] getDeploySelected()
setDeploySelected
public void setDeploySelected(java.lang.String[] deploySelected)
getServerSelected
public java.lang.String[] getServerSelected()
setServerSelected
public void setServerSelected(java.lang.String[] serverSelected)
getListDeploy
public java.util.ArrayList getListDeploy()
setListDeploy
public void setListDeploy(java.util.ArrayList listDeploy)
getDeploy
public java.lang.String getDeploy()
setDeploy
public void setDeploy(java.lang.String deploy)
isConfirm
public boolean isConfirm()
setConfirm
public void setConfirm(boolean confirm)
getDeploymentInProgress
public boolean getDeploymentInProgress()
setDeploymentInProgress
public void setDeploymentInProgress(boolean deploymentInProgress)
getDeploymentComplete
public boolean getDeploymentComplete()
setDeploymentComplete
public void setDeploymentComplete(boolean deploymentComplete)
getSelectedOption
public java.lang.String getSelectedOption()
setSelectedOption
public void setSelectedOption(java.lang.String selectedOption)
getSelectedAction
public java.lang.String getSelectedAction()
setSelectedAction
public void setSelectedAction(java.lang.String selectedAction)
getReplaceOnTarget
public boolean getReplaceOnTarget()
setReplaceOnTarget
public void setReplaceOnTarget(boolean replaceChecked)
getReplacementOption
public boolean getReplacementOption()
setReplacementOption
public void setReplacementOption(boolean replacementOption)
getException
public boolean getException()
setException
public void setException(boolean exception)
getIsConfigurable
public boolean getIsConfigurable()
- Return if the current deployment type is configurable.
- Returns:
- if the current deployment type is configurable.
setIsConfigurable
public void setIsConfigurable(boolean isConfigurable)
- Sets if the current deployment type is configurable.