org.objectweb.jonas_ear.deployment.xml.Application Class Reference

List of all members.

Public Member Functions

 Application ()
JLinkedList getModuleList ()
void setModuleList (JLinkedList moduleList)
void addModule (Module module)
JLinkedList getSecurityRoleList ()
void setSecurityRoleList (JLinkedList securityRoleList)
void addSecurityRole (SecurityRole securityRole)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element application

Author:
JOnAS team

Definition at line 40 of file Application.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ear.deployment.xml.Application.Application  ) 
 

Constructor

Definition at line 58 of file Application.java.


Member Function Documentation

void org.objectweb.jonas_ear.deployment.xml.Application.addModule Module  module  ) 
 

Add a new module element to this object

Parameters:
module the moduleobject

Definition at line 84 of file Application.java.

void org.objectweb.jonas_ear.deployment.xml.Application.addSecurityRole SecurityRole  securityRole  ) 
 

Add a new security-role element to this object

Parameters:
securityRole the securityRoleobject

Definition at line 108 of file Application.java.

JLinkedList org.objectweb.jonas_ear.deployment.xml.Application.getModuleList  ) 
 

Gets the module

Returns:
the module

Definition at line 68 of file Application.java.

JLinkedList org.objectweb.jonas_ear.deployment.xml.Application.getSecurityRoleList  ) 
 

Gets the security-role

Returns:
the security-role

Definition at line 92 of file Application.java.

void org.objectweb.jonas_ear.deployment.xml.Application.setModuleList JLinkedList  moduleList  ) 
 

Set the module

Parameters:
moduleList module

Definition at line 76 of file Application.java.

void org.objectweb.jonas_ear.deployment.xml.Application.setSecurityRoleList JLinkedList  securityRoleList  ) 
 

Set the security-role

Parameters:
securityRoleList securityRole

Definition at line 100 of file Application.java.

String org.objectweb.jonas_ear.deployment.xml.Application.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Definition at line 117 of file Application.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML().

Referenced by org.objectweb.jonas_ear.deployment.tests.EarDeploymentTest.parse().

Here is the call graph for this function:


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