Public Member Functions | |
| EarDeploymentDesc (ClassLoader classLoaderForCls, Application application, JonasApplication jonasApplication) throws EarDeploymentDescException | |
| String[] | getEjbTags () |
| String[] | getAltDDEjbs () |
| String[] | getClientTags () |
| String[] | getAltDDClients () |
| Web[] | getWebTags () |
| String[] | getAltDDWebs () |
| String[] | getConnectorTags () |
| String[] | getAltDDConnectors () |
| String[] | getSecurityRolesNames () |
| String | getXmlContent () |
| String | getJonasXmlContent () |
| void | setXmlContent (String xml) |
| void | setJonasXmlContent (String xml) |
| String | toString () |
| Map | getUserToRoleMapping () |
Ludovic Bert
Helene Joanin
Definition at line 55 of file EarDeploymentDesc.java.
|
||||||||||||||||
|
Construct an instance of a EarDeploymentDesc. Called by the getInstance() method.
Definition at line 125 of file EarDeploymentDesc.java. References org.objectweb.jonas_ear.deployment.xml.Module.getAltDd(), org.objectweb.jonas_ear.deployment.xml.Module.getConnector(), org.objectweb.jonas_ear.deployment.xml.Module.getEjb(), org.objectweb.jonas_ear.deployment.xml.Module.getJava(), org.objectweb.jonas_ear.deployment.xml.SecurityRoleMapping.getPrincipalNamesList(), org.objectweb.jonas_ear.deployment.xml.SecurityRoleMapping.getRoleName(), org.objectweb.jonas_ear.deployment.xml.SecurityRole.getRoleName(), org.objectweb.jonas_ear.deployment.xml.JonasSecurity.getSecurityRoleMappingList(), and org.objectweb.jonas_ear.deployment.xml.Module.getWeb(). |
Here is the call graph for this function:

|
|
Get the alt-dd of the clients of the application.xml file.
Definition at line 244 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(). |
|
|
Get the alt-dd of the connectors of the application.xml file.
Definition at line 284 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(). |
|
|
Get the alt-dd of the ejbs of the application.xml file.
Definition at line 224 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(). |
|
|
Get the alt-dd of the wars of the application.xml file.
Definition at line 264 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(). |
|
|
Get the client tags of the application.xml file.
Definition at line 234 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(), and org.objectweb.jonas_lib.genbase.archive.Application.init(). |
|
|
Get the connector tags of the application.xml file.
Definition at line 274 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(). |
|
|
Get the ejb tags of the application.xml file.
Definition at line 214 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(), and org.objectweb.jonas_lib.genbase.archive.Application.init(). |
|
|
Get the content of the jonas-application xml file
Definition at line 312 of file EarDeploymentDesc.java. |
|
|
Get the security-role names tags
Definition at line 294 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(). |
|
|
Definition at line 367 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(). |
|
|
Get the web tags of the application.xml file.
Definition at line 254 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(), and org.objectweb.jonas_lib.genbase.archive.Application.init(). |
|
|
Get the content of the xml file
Definition at line 304 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(). |
|
|
Set the content of the xml file
Definition at line 328 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas_ear.deployment.lib.EarDeploymentDescManager.getDeploymentDesc(). |
|
|
Set the content of the xml file
Definition at line 320 of file EarDeploymentDesc.java. Referenced by org.objectweb.jonas_ear.deployment.lib.EarDeploymentDescManager.getDeploymentDesc(). |
|
|
Return a String representation of the EarDeploymentDesc.
Definition at line 336 of file EarDeploymentDesc.java. |
1.3.9.1