
Public Member Functions | |
| Module () | |
| String | getConnector () |
| void | setConnector (String connector) |
| String | getEjb () |
| void | setEjb (String ejb) |
| String | getJava () |
| void | setJava (String java) |
| Web | getWeb () |
| void | setWeb (Web web) |
| String | getAltDd () |
| void | setAltDd (String altDd) |
| String | toXML (int indent) |
Definition at line 36 of file Module.java.
|
|
Constructor Definition at line 67 of file Module.java. |
|
|
Gets the alt-dd
Definition at line 139 of file Module.java. Referenced by org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc.EarDeploymentDesc(). |
|
|
Gets the connector
Definition at line 75 of file Module.java. Referenced by org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc.EarDeploymentDesc(). |
|
|
Gets the ejb
Definition at line 91 of file Module.java. Referenced by org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc.EarDeploymentDesc(). |
|
|
Gets the java
Definition at line 107 of file Module.java. Referenced by org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc.EarDeploymentDesc(). |
|
|
Gets the web
Definition at line 123 of file Module.java. Referenced by org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc.EarDeploymentDesc(). |
|
|
Set the alt-dd
Definition at line 147 of file Module.java. |
|
|
Set the connector
Definition at line 83 of file Module.java. |
|
|
Set the ejb
Definition at line 99 of file Module.java. |
|
|
Set the java
Definition at line 115 of file Module.java. |
|
|
Set the web
Definition at line 131 of file Module.java. |
|
|
Represents this element by it's XML description.
Definition at line 156 of file Module.java. References org.objectweb.jonas_ear.deployment.xml.Web.toXML(). |
Here is the call graph for this function:

1.3.9.1