Package org.apache.openejb.jee.jba
Class EjbRef
- java.lang.Object
-
- org.apache.openejb.jee.jba.EjbRef
-
public class EjbRef extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringejbRefNameprotected JndiNamejndiName
-
Constructor Summary
Constructors Constructor Description EjbRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEjbRefName()Gets the value of the ejbRefName property.JndiNamegetJndiName()Gets the value of the jndiName property.voidsetEjbRefName(String value)Sets the value of the ejbRefName property.voidsetJndiName(JndiName value)Sets the value of the jndiName property.
-
-
-
Method Detail
-
getEjbRefName
public String getEjbRefName()
Gets the value of the ejbRefName property.- Returns:
- possible object is
String
-
setEjbRefName
public void setEjbRefName(String value)
Sets the value of the ejbRefName property.- Parameters:
value- allowed object isString
-
getJndiName
public JndiName getJndiName()
Gets the value of the jndiName property.- Returns:
- possible object is
JndiName
-
-