| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.api.EjbLocalRefDesc
EjbLocalRefDesc | public class EjbLocalRefDesc (Code) | | This class represents the description of an EjblocalRef object
author: Christophe Ney author: Florent Benoit |
getEjbLink | public String getEjbLink()(Code) | | Get the ejb-link
String representation of the ejb-link |
getEjbRefName | public String getEjbRefName()(Code) | | Get the name of the ejb-ref
String representation of the ejb-ref-name. |
getEjbRefType | public String getEjbRefType()(Code) | | Get the ejb-ref-type.
String representation of the ejb-ref-type. |
getJndiLocalName | public String getJndiLocalName()(Code) | | Get the jndi name of the ejb-local-ref.
the string representation of the JNDI name |
getLocal | public String getLocal()(Code) | | Get the Local class of the target bean
String representation of the class. |
getLocalHome | public String getLocalHome()(Code) | | Get the LocalHome class of the target bean
String representation of the class. |
setJndiLocalName | public void setJndiLocalName(String jndiName)(Code) | | Set the jndi name of the ejb-local-ref.
Parameters: jndiName - the string representation of the jndi name. |
toString | public String toString()(Code) | | String representation of the object for test purpose
String representation of this object |
|
|
|