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


Public Member Functions | |
| void | setDescription (String description) |
| void | setEjbRefName (String ejbRefName) |
| void | setEjbRefType (String ejbRefType) |
| void | setLocalHome (String localHome) |
| void | setLocal (String local) |
| void | setEjbLink (String ejbLink) |
| String | getDescription () |
| String | getEjbRefName () |
| String | getEjbRefType () |
| String | getLocalHome () |
| String | getLocal () |
| String | getEjbLink () |
| String | toXML (int indent) |
Definition at line 33 of file EjbLocalRef.java.
|
|
Definition at line 125 of file EjbLocalRef.java. |
|
|
Definition at line 162 of file EjbLocalRef.java. |
|
|
Definition at line 133 of file EjbLocalRef.java. |
|
|
Definition at line 141 of file EjbLocalRef.java. |
|
|
Definition at line 155 of file EjbLocalRef.java. |
|
|
Definition at line 148 of file EjbLocalRef.java. |
|
|
Sets the description
Definition at line 72 of file EjbLocalRef.java. |
|
|
Sets the ejb-link
Definition at line 115 of file EjbLocalRef.java. |
|
|
Sets the name
Definition at line 81 of file EjbLocalRef.java. |
|
|
Sets the type
Definition at line 90 of file EjbLocalRef.java. |
|
|
Sets the local interface
Definition at line 106 of file EjbLocalRef.java. |
|
|
Sets the local home interface
Definition at line 99 of file EjbLocalRef.java. |
|
|
Represents this element by it's XML description.
Implements org.objectweb.jonas_lib.deployment.xml.AbsElement. Definition at line 175 of file EjbLocalRef.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