|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.api.EjbRefDesc
This class represents the description of an EjbRef object
| Constructor Summary | |
EjbRefDesc(EjbRef ejbRef,
JonasEjbRef jonasEjbRef)
Construct a descriptor for an ejb-ref tag. |
|
| Method Summary | |
java.lang.String |
getEjbLink()
Get the ejb-link |
java.lang.String |
getEjbRefName()
Get the name of the ejb-ref |
java.lang.String |
getEjbRefType()
Get the ejb-ref-type. |
java.lang.String |
getHome()
|
java.lang.String |
getJndiName()
Get the jndi name of the ejb-ref. |
java.lang.String |
getRemote()
|
void |
setJndiName(java.lang.String jndiName)
Set the jndi 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 |
| Constructor Detail |
public EjbRefDesc(EjbRef ejbRef,
JonasEjbRef jonasEjbRef)
ejbRef - the ejb ref resulting of the xml parsing.jonasEjbRef - the jonas ejb ref resulting of the xml parsing.| Method Detail |
public java.lang.String getEjbRefName()
public java.lang.String getEjbRefType()
public java.lang.String getEjbLink()
public java.lang.String getJndiName()
public void setJndiName(java.lang.String jndiName)
jndiName - representation of the JNDI namepublic java.lang.String toString()
public java.lang.String getHome()
public java.lang.String getRemote()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||