org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm Class Reference

List of all members.

Public Member Functions

void reset (ActionMapping mapping, HttpServletRequest request)
ActionErrors validate (ActionMapping mapping, HttpServletRequest request)
String getFilename ()
void setFilename (String filename)
String getEarPath ()
void setEarPath (URL pUrl)
ArrayList getListRars ()
void setListRars (URL[] pUrl)
String getXmlDeploymentDescriptor ()
void setXmlDeploymentDescriptor (String xmlDeploymentDescriptor)
ArrayList getEjbjars ()
void setEjbjars (ArrayList ejbjars)
ArrayList getWars ()
void setWars (ArrayList wars)

Detailed Description

Author:
Michel-Ange ANTON

Adriana Danes

Definition at line 44 of file EarForm.java.


Member Function Documentation

String org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.getEarPath  ) 
 

Returns:
the complete path of the file containing the ear

Definition at line 124 of file EarForm.java.

ArrayList org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.getEjbjars  ) 
 

Returns:
The list of ModuleItems corresponding to the ejb-jars (EJBModules) contained in the ear.

Definition at line 179 of file EarForm.java.

String org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.getFilename  ) 
 

Returns:
the name of the file containing the ear

Definition at line 111 of file EarForm.java.

ArrayList org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.getListRars  ) 
 

Returns:
the list of ContainerItems correspondig to the rars contained in the ear.

Definition at line 141 of file EarForm.java.

ArrayList org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.getWars  ) 
 

Returns:
The list of ModuleItems corresponding to the wars (WebModules) contained in the ear.

Definition at line 191 of file EarForm.java.

String org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.getXmlDeploymentDescriptor  ) 
 

Returns:
the ear's deployement descriptor

Definition at line 166 of file EarForm.java.

void org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.reset ActionMapping  mapping,
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

Definition at line 82 of file EarForm.java.

void org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.setEarPath URL  pUrl  ) 
 

Parameters:
pUrl the ear's URL

Definition at line 131 of file EarForm.java.

void org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.setEjbjars ArrayList  ejbjars  ) 
 

Parameters:
ejbjars The list of ModuleItems corresponding to the ejb-jars (EJBModules) contained in the ear.

Definition at line 185 of file EarForm.java.

void org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.setFilename String  filename  ) 
 

Parameters:
filename the name of the file containing the ear

Definition at line 117 of file EarForm.java.

void org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.setListRars URL[]  pUrl  ) 
 

Set list of rars given an array of URLs corresponding to each rar. Each item of list is a ContainerItem containing 2 attributes:

  • file
  • path

Parameters:
pUrl Array of Rar

Definition at line 152 of file EarForm.java.

void org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.setWars ArrayList  wars  ) 
 

Parameters:
wars The list of ModuleItems corresponding to the wars (WebModules) contained in the ear.

Definition at line 197 of file EarForm.java.

void org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.setXmlDeploymentDescriptor String  xmlDeploymentDescriptor  ) 
 

Parameters:
xmlDeploymentDescriptor The ear's deployement descriptor

Definition at line 173 of file EarForm.java.

ActionErrors org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm.validate 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.

Parameters:
mapping The mapping used to select this instance
request The servlet request we are processing
Returns:
the ActionErrors

Definition at line 102 of file EarForm.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:09:22 2005 for JOnAS by  doxygen 1.3.9.1