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) |
Definition at line 40 of file Application.java.
|
|
Constructor Definition at line 58 of file Application.java. |
|
|
Add a new module element to this object
Definition at line 84 of file Application.java. |
|
|
Add a new security-role element to this object
Definition at line 108 of file Application.java. |
|
|
Gets the module
Definition at line 68 of file Application.java. |
|
|
Gets the security-role
Definition at line 92 of file Application.java. |
|
|
Set the module
Definition at line 76 of file Application.java. |
|
|
Set the security-role
Definition at line 100 of file Application.java. |
|
|
Represents this element by it's XML description.
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:

1.3.9.1