org.objectweb.jonas_lib.deployment.xml.JonasEjbRef Class Reference

Inherits org.objectweb.jonas_lib.deployment.xml.AbsElement.

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

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_lib.deployment.xml.JonasEjbRef:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setEjbRefName (String ejbRefName)
void setJndiName (String jndiName)
String getEjbRefName ()
String getJndiName ()
String toXML (int indent)

Detailed Description

This class defines the implementation of the element jonas-ejb-ref.
Author:
Florent Benoit

Definition at line 33 of file JonasEjbRef.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.xml.JonasEjbRef.getEjbRefName  ) 
 

Returns:
the name of the jonas-ejb-ref

Definition at line 73 of file JonasEjbRef.java.

String org.objectweb.jonas_lib.deployment.xml.JonasEjbRef.getJndiName  ) 
 

Returns:
the jndi-name of the jonas-ejb-ref

Definition at line 81 of file JonasEjbRef.java.

Referenced by org.objectweb.jonas_lib.deployment.api.EjbRefDesc.EjbRefDesc().

void org.objectweb.jonas_lib.deployment.xml.JonasEjbRef.setEjbRefName String  ejbRefName  ) 
 

Sets the name

Parameters:
ejbRefName the name to use

Definition at line 52 of file JonasEjbRef.java.

void org.objectweb.jonas_lib.deployment.xml.JonasEjbRef.setJndiName String  jndiName  ) 
 

Sets the jndi name

Parameters:
jndiName the jndi-name to use

Definition at line 61 of file JonasEjbRef.java.

String org.objectweb.jonas_lib.deployment.xml.JonasEjbRef.toXML int  indent  )  [virtual]
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Implements org.objectweb.jonas_lib.deployment.xml.AbsElement.

Definition at line 92 of file JonasEjbRef.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:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:36 2005 for JOnAS by  doxygen 1.3.9.1