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

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.ow2.jonas.webapp.jonasadmin.deploy.DomainDeployForm
All Implemented Interfaces:
Serializable

public class DomainDeployForm
extends org.apache.struts.action.ActionForm

Author:
Patrick Smith Greg Lapouchnian
See Also:
Serialized Form

Field Summary
static String DEPLOY
           
static String UNDEPLOY
           
static String UPLOAD
           
static String UPLOADDEPLOY
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
DomainDeployForm()
           
 
Method Summary
 String getDeploy()
           
 boolean getDeploymentInProgress()
           
 String[] getDeploySelected()
           
 boolean getException()
           
 boolean getIsConfigurable()
          Return if the current deployment type is configurable.
 ArrayList getListDeploy()
           
 ArrayList getListDeployable()
           
 ArrayList getListDeployed()
           
 ArrayList getListTargetNames()
           
 ArrayList getListTargets()
           
 ArrayList getListTargetSelectedNames()
           
 ArrayList getListTargetsSelected()
           
 boolean getReplacementOption()
           
 boolean getReplaceOnTarget()
           
 Map getReports()
           
 String getSelectedAction()
           
 String getSelectedOption()
           
 String[] getTargetSelected()
           
 boolean isAutoload()
           
 boolean isConfirm()
           
 boolean isDeploymentCompleted()
           
 void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
          Reset all properties to their default values.
 void setAutoload(boolean autoload)
           
 void setConfirm(boolean confirm)
           
 void setDeploy(String deploy)
           
 void setDeploymentCompleted(boolean deploymentCompleted)
           
 void setDeploymentInProgress(boolean deploymentInProgress)
           
 void setDeploySelected(String[] deploySelected)
           
 void setException(boolean exception)
           
 void setIsConfigurable(boolean isConfigurable)
          Sets if the current deployment type is configurable.
 void setListDeploy(ArrayList listDeploy)
           
 void setListDeployable(ArrayList listDeployable)
           
 void setListDeployed(ArrayList listDeployed)
           
 void setListTargetNames(ArrayList listTargetNames)
           
 void setListTargets(ArrayList listTargets)
           
 void setListTargetSelectedNames(ArrayList listTargetSelectedNames)
           
 void setListTargetsSelected(ArrayList listTargetsSelected)
           
 void setReplacementOption(boolean replacementOption)
           
 void setReplaceOnTarget(boolean replaceChecked)
           
 void setReports(Map reports)
           
 void setSelectedAction(String selectedAction)
           
 void setSelectedOption(String selectedOption)
           
 void setTargetSelected(String[] serverSelected)
           
 String toString()
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, 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 String DEPLOY
See Also:
Constant Field Values

UPLOAD

public static final String UPLOAD
See Also:
Constant Field Values

UPLOADDEPLOY

public static final String UPLOADDEPLOY
See Also:
Constant Field Values

UNDEPLOY

public static final String UNDEPLOY
See Also:
Constant Field Values
Constructor Detail

DomainDeployForm

public DomainDeployForm()
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  HttpServletRequest request)
Reset all properties to their default values.

Overrides:
reset in class org.apache.struts.action.ActionForm
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,
                                                      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.

Overrides:
validate in class org.apache.struts.action.ActionForm
Parameters:
mapping - The mapping used to select this instance
request - The servlet request we are processing

toString

public String toString()
Overrides:
toString in class Object

getListTargets

public ArrayList getListTargets()

setListTargets

public void setListTargets(ArrayList listTargets)

getListTargetNames

public ArrayList getListTargetNames()

setListTargetNames

public void setListTargetNames(ArrayList listTargetNames)

getReports

public Map getReports()

setReports

public void setReports(Map reports)

getListTargetsSelected

public ArrayList getListTargetsSelected()

setListTargetsSelected

public void setListTargetsSelected(ArrayList listTargetsSelected)

getListTargetSelectedNames

public ArrayList getListTargetSelectedNames()

setListTargetSelectedNames

public void setListTargetSelectedNames(ArrayList listTargetSelectedNames)

getListDeployable

public ArrayList getListDeployable()

setListDeployable

public void setListDeployable(ArrayList listDeployable)

getDeploySelected

public String[] getDeploySelected()

setDeploySelected

public void setDeploySelected(String[] deploySelected)

getTargetSelected

public String[] getTargetSelected()

setTargetSelected

public void setTargetSelected(String[] serverSelected)

getListDeploy

public ArrayList getListDeploy()

setListDeploy

public void setListDeploy(ArrayList listDeploy)

getListDeployed

public ArrayList getListDeployed()

setListDeployed

public void setListDeployed(ArrayList listDeployed)

getDeploy

public String getDeploy()

setDeploy

public void setDeploy(String deploy)

isConfirm

public boolean isConfirm()

setConfirm

public void setConfirm(boolean confirm)

getDeploymentInProgress

public boolean getDeploymentInProgress()

setDeploymentInProgress

public void setDeploymentInProgress(boolean deploymentInProgress)

getSelectedOption

public String getSelectedOption()

setSelectedOption

public void setSelectedOption(String selectedOption)

getSelectedAction

public String getSelectedAction()

setSelectedAction

public void setSelectedAction(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.

Parameters:
isDomain - if current deployment type is configurable.

isDeploymentCompleted

public boolean isDeploymentCompleted()

setDeploymentCompleted

public void setDeploymentCompleted(boolean deploymentCompleted)

isAutoload

public boolean isAutoload()

setAutoload

public void setAutoload(boolean autoload)


Copyright © 2010 OW2 Consortium. All Rights Reserved.