
Public Member Functions | |
| EjbJar () | |
| String | getPublicId () |
| void | setPublicId (String pid) |
| String | getVersion () |
| void | setVersion (String ver) |
| EnterpriseBeans | getEnterpriseBeans () |
| void | setEnterpriseBeans (EnterpriseBeans enterpriseBeans) |
| Relationships | getRelationships () |
| void | setRelationships (Relationships relationships) |
| AssemblyDescriptor | getAssemblyDescriptor () |
| void | setAssemblyDescriptor (AssemblyDescriptor assemblyDescriptor) |
| String | getEjbClientJar () |
| void | setEjbClientJar (String ejbClientJar) |
| String | toXML (int indent) |
Definition at line 42 of file EjbJar.java.
|
|
Constructor Definition at line 86 of file EjbJar.java. |
|
|
Gets the assembly-descriptor
Definition at line 182 of file EjbJar.java. |
|
|
Gets the ejb-client-jar
Definition at line 198 of file EjbJar.java. |
|
|
Gets the enterprise-beans
Definition at line 150 of file EjbJar.java. |
|
|
Get the PublicId of the DTD used
Definition at line 94 of file EjbJar.java. |
|
|
Gets the relationships
Definition at line 166 of file EjbJar.java. |
|
|
Get the Version of the EJB specification
Definition at line 111 of file EjbJar.java. |
|
|
Set the assembly-descriptor
Definition at line 190 of file EjbJar.java. |
|
|
Set the ejb-client-jar
Definition at line 206 of file EjbJar.java. |
|
|
Set the enterprise-beans
Definition at line 158 of file EjbJar.java. |
|
|
Set the PublicId of the DTD used
Definition at line 102 of file EjbJar.java. |
|
|
Set the relationships
Definition at line 174 of file EjbJar.java. |
|
|
Set the Version of the EJB specification
Definition at line 142 of file EjbJar.java. |
|
|
Represents this element by it's XML description.
Definition at line 215 of file EjbJar.java. References org.objectweb.jonas_ejb.deployment.xml.AssemblyDescriptor.toXML(), org.objectweb.jonas_ejb.deployment.xml.Relationships.toXML(), and org.objectweb.jonas_ejb.deployment.xml.EnterpriseBeans.toXML(). |
Here is the call graph for this function:

1.3.9.1