Public Member Functions | |
| EjbRefDesc (EjbRef ejbRef, JonasEjbRef jonasEjbRef) | |
| String | getEjbRefName () |
| String | getEjbRefType () |
| String | getEjbLink () |
| String | getJndiName () |
| void | setJndiName (String jndiName) |
| String | toString () |
| String | getHome () |
| String | getRemote () |
Florent Benoit
Definition at line 36 of file EjbRefDesc.java.
|
||||||||||||
|
Construct a descriptor for an ejb-ref tag.
Definition at line 74 of file EjbRefDesc.java. References org.objectweb.jonas_lib.deployment.xml.EjbRef.getEjbLink(), org.objectweb.jonas_lib.deployment.xml.EjbRef.getEjbRefName(), org.objectweb.jonas_lib.deployment.xml.EjbRef.getEjbRefType(), org.objectweb.jonas_lib.deployment.xml.EjbRef.getHome(), org.objectweb.jonas_lib.deployment.xml.JonasEjbRef.getJndiName(), org.objectweb.jonas_lib.deployment.xml.EjbRef.getRemote(), and org.objectweb.jonas_lib.deployment.xml.EjbRef.remote. |
Here is the call graph for this function:

|
|
Get the ejb-link
Definition at line 110 of file EjbRefDesc.java. Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc(), and org.objectweb.jonas_client.deployment.lib.ClientDeploymentDescManager.getDeploymentDesc(). |
|
|
Get the name of the ejb-ref
Definition at line 94 of file EjbRefDesc.java. Referenced by org.objectweb.jonas_ejb.container.JContainer.setBeanEnvironment(). |
|
|
Get the ejb-ref-type.
Definition at line 102 of file EjbRefDesc.java. Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc(), and org.objectweb.jonas_client.deployment.lib.ClientDeploymentDescManager.getDeploymentDesc(). |
|
|
Definition at line 148 of file EjbRefDesc.java. Referenced by org.objectweb.jonas_lib.genclientstub.generator.Generator.generate(). |
|
|
Get the jndi name of the ejb-ref.
Definition at line 119 of file EjbRefDesc.java. Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc(), org.objectweb.jonas_client.deployment.lib.ClientDeploymentDescManager.getDeploymentDesc(), and org.objectweb.jonas_ejb.container.JContainer.setBeanEnvironment(). |
|
|
Definition at line 154 of file EjbRefDesc.java. |
|
|
Set the jndi name of the ejb-ref.
Definition at line 127 of file EjbRefDesc.java. Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc(), and org.objectweb.jonas_client.deployment.lib.ClientDeploymentDescManager.getDeploymentDesc(). |
|
|
String representation of the object for test purpose
Definition at line 136 of file EjbRefDesc.java. References org.objectweb.jonas_lib.deployment.xml.AbsElement.toString(). |
Here is the call graph for this function:

1.3.9.1