| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.api.EjbRefDesc
EjbRefDesc | public class EjbRefDesc (Code) | | This class represents the description of an EjbRef object
author: Christophe Ney author: Florent Benoit |
EjbRefDesc | public EjbRefDesc(EjbRef ejbRef, JonasEjbRef jonasEjbRef)(Code) | | Construct a descriptor for an ejb-ref tag.
Parameters: ejbRef - the ejb ref resulting of the xml parsing. Parameters: jonasEjbRef - the jonas ejb ref resulting of the xml parsing. |
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. |
getHome | public String getHome()(Code) | | the fully qualified name of the enterprise bean's home interface |
getJndiName | public String getJndiName()(Code) | | Get the jndi name of the ejb-ref.
String representation of the JNDI name |
getRemote | public String getRemote()(Code) | | the fully qualified name of the enterprise bean's remote interface |
setJndiName | public void setJndiName(String jndiName)(Code) | | Set the jndi name of the ejb-ref.
Parameters: jndiName - representation of the JNDI name |
toString | public String toString()(Code) | | String representation of the object for test purpose
String representation of this object |
|
|
|