org.objectweb.jonas_lib.deployment.xml
Class JonasEjbRef

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.xml.AbsElement
      extended by org.objectweb.jonas_lib.deployment.xml.JonasEjbRef
All Implemented Interfaces:
java.io.Serializable, Element

public class JonasEjbRef
extends AbsElement

This class defines the implementation of the element jonas-ejb-ref.

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
JonasEjbRef()
           
 
Method Summary
 java.lang.String getEjbRefName()
           
 java.lang.String getJndiName()
           
 void setEjbRefName(java.lang.String ejbRefName)
          Sets the name
 void setJndiName(java.lang.String jndiName)
          Sets the jndi name
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JonasEjbRef

public JonasEjbRef()
Method Detail

setEjbRefName

public void setEjbRefName(java.lang.String ejbRefName)
Sets the name

Parameters:
ejbRefName - the name to use

setJndiName

public void setJndiName(java.lang.String jndiName)
Sets the jndi name

Parameters:
jndiName - the jndi-name to use

getEjbRefName

public java.lang.String getEjbRefName()
Returns:
the name of the jonas-ejb-ref

getJndiName

public java.lang.String getJndiName()
Returns:
the jndi-name of the jonas-ejb-ref

toXML

public java.lang.String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prexifing XML representation.
Returns:
the XML description of this object.