Package org.apache.openejb.jee.jba
Class EjbLocalRef
- java.lang.Object
-
- org.apache.openejb.jee.jba.EjbLocalRef
-
public class EjbLocalRef extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringejbRefNameprotected StringlocalJndiName
-
Constructor Summary
Constructors Constructor Description EjbLocalRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEjbRefName()Gets the value of the ejbRefName property.StringgetLocalJndiName()Gets the value of the localJndiName property.voidsetEjbRefName(String value)Sets the value of the ejbRefName property.voidsetLocalJndiName(String value)Sets the value of the localJndiName 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
-
getLocalJndiName
public String getLocalJndiName()
Gets the value of the localJndiName property.- Returns:
- possible object is
String
-
-