Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.EjbRef:


Public Member Functions | |
| void | setDescription (String description) |
| void | setEjbRefName (String ejbRefName) |
| void | setEjbRefType (String ejbRefType) |
| void | setHome (String home) |
| void | setRemote (String remote) |
| void | setEjbLink (String ejbLink) |
| String | getDescription () |
| String | getEjbRefName () |
| String | getEjbRefType () |
| String | getHome () |
| String | getRemote () |
| String | getEjbLink () |
| String | toXML (int indent) |
Definition at line 33 of file EjbRef.java.
|
|
Definition at line 125 of file EjbRef.java. |
|
|
Definition at line 162 of file EjbRef.java. Referenced by org.objectweb.jonas_lib.deployment.api.EjbRefDesc.EjbRefDesc(). |
|
|
Definition at line 133 of file EjbRef.java. Referenced by org.objectweb.jonas_lib.deployment.api.EjbRefDesc.EjbRefDesc(). |
|
|
Definition at line 141 of file EjbRef.java. Referenced by org.objectweb.jonas_lib.deployment.api.EjbRefDesc.EjbRefDesc(). |
|
|
Definition at line 148 of file EjbRef.java. Referenced by org.objectweb.jonas_lib.deployment.api.EjbRefDesc.EjbRefDesc(). |
|
|
Definition at line 155 of file EjbRef.java. Referenced by org.objectweb.jonas_lib.deployment.api.EjbRefDesc.EjbRefDesc(). |
|
|
Sets the description
Definition at line 72 of file EjbRef.java. |
|
|
Sets the ejb-link
Definition at line 115 of file EjbRef.java. |
|
|
Sets the name
Definition at line 81 of file EjbRef.java. |
|
|
Sets the type
Definition at line 90 of file EjbRef.java. |
|
|
Sets the home interface
Definition at line 99 of file EjbRef.java. |
|
|
Sets the remote interface
Definition at line 106 of file EjbRef.java. |
|
|
Represents this element by it's XML description.
Implements org.objectweb.jonas_lib.deployment.xml.AbsElement. Definition at line 175 of file EjbRef.java. References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent(), and org.objectweb.jonas_lib.deployment.xml.AbsElement.xmlElement(). |
Here is the call graph for this function:

1.3.9.1