|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas_ejb.deployment.api.EjbLocalRefDesc
Class that represents an ejb-local-ref tag.
Constructor Summary | |
EjbLocalRefDesc(org.objectweb.jonas_ejb.deployment.xml.EjbLocalRef lr)
Package protected constructor used by API |
Method Summary | |
java.lang.String |
getEjbLink()
Get the ejb-link |
java.lang.String |
getEjbRefType()
Get the ejb-ref-type. |
java.lang.String |
getJndiLocalName()
Get the jndi name of the ejb-local-ref. |
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 |
void |
setJndiLocalName(java.lang.String jndiName)
Set the jndi name of the ejb-local-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 EjbLocalRefDesc(org.objectweb.jonas_ejb.deployment.xml.EjbLocalRef lr) throws DeploymentDescException
Method Detail |
public java.lang.String getName()
public java.lang.String getEjbRefType()
public java.lang.String getLocalHome()
public java.lang.String getLocal()
public java.lang.String getEjbLink()
public java.lang.String getJndiLocalName()
public void setJndiLocalName(java.lang.String jndiName)
jndiName
- an string representation of the JNDI namepublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |