org.objectweb.jonas_ejb.deployment.api
Class EjbLocalRefDesc

java.lang.Object
  |
  +--org.objectweb.jonas_ejb.deployment.api.EjbLocalRefDesc

public class EjbLocalRefDesc
extends java.lang.Object

Class that represents an ejb-local-ref tag.


Method Summary
 java.lang.String getEjbLink()
          Get the ejb-link
 java.lang.String getLocal()
          Get the Local class of the target bean
 java.lang.String getLocalHome()
          Get the LocalHome class of the target bean
 java.lang.String getName()
          Get the name of the ejb-ref
 java.lang.String toString()
          String representation of the object for test purpose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Get the name of the ejb-ref
Returns:
String representation of the name.

getLocalHome

public java.lang.String getLocalHome()
Get the LocalHome class of the target bean
Returns:
String representation of the class.

getLocal

public java.lang.String getLocal()
Get the Local class of the target bean
Returns:
String representation of the class.

getEjbLink

public java.lang.String getEjbLink()
Get the ejb-link
Returns:
String representation of the ejb-link

toString

public java.lang.String toString()
String representation of the object for test purpose
Overrides:
toString in class java.lang.Object
Returns:
String representation of this object