org.objectweb.jonas.webapp.jonasadmin.deploy
Class DomainDeployForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.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

Field Summary
static java.lang.String DEPLOY
           
static java.lang.String UPLOAD
           
static java.lang.String UPLOADDEPLOY
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
DomainDeployForm()
           
 
Method Summary
 java.lang.String getDeploy()
           
 boolean getDeploymentComplete()
           
 boolean getDeploymentInProgress()
           
 java.lang.String[] getDeploySelected()
           
 boolean getException()
           
 java.util.ArrayList getListDeploy()
           
 java.util.ArrayList getListDeployable()
           
 java.util.ArrayList getListServerNames()
           
 java.util.ArrayList getListServers()
           
 java.util.ArrayList getListTargetServerNames()
           
 java.util.ArrayList getListTargetServers()
           
 boolean getReplacementOption()
           
 boolean getReplaceOnTarget()
           
 java.util.Map getReports()
           
 java.lang.String getSelectedAction()
           
 java.lang.String getSelectedOption()
           
 java.lang.String[] getServerSelected()
           
 boolean isConfirm()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Reset all properties to their default values.
 void setConfirm(boolean confirm)
           
 void setDeploy(java.lang.String deploy)
           
 void setDeploymentComplete(boolean deploymentComplete)
           
 void setDeploymentInProgress(boolean deploymentInProgress)
           
 void setDeploySelected(java.lang.String[] deploySelected)
           
 void setException(boolean exception)
           
 void setListDeploy(java.util.ArrayList listDeploy)
           
 void setListDeployable(java.util.ArrayList listDeployable)
           
 void setListServerNames(java.util.ArrayList listServerNames)
           
 void setListServers(java.util.ArrayList listServers)
           
 void setListTargetServerNames(java.util.ArrayList listTargetServerNames)
           
 void setListTargetServers(java.util.ArrayList listTargetServers)
           
 void setReplacementOption(boolean replacementOption)
           
 void setReplaceOnTarget(boolean replaceChecked)
           
 void setReports(java.util.Map reports)
           
 void setSelectedAction(java.lang.String selectedAction)
           
 void setSelectedOption(java.lang.String selectedOption)
           
 void setServerSelected(java.lang.String[] serverSelected)
           
 java.lang.String toString()
           
 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.
 
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
 

Field Detail

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
Constructor Detail

DomainDeployForm

public DomainDeployForm()
Method Detail

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 instance
request - 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 instance
request - 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)