org.apache.openejb.jee.jba
Class EjbLocalRef
java.lang.Object
org.apache.openejb.jee.jba.EjbLocalRef
public class EjbLocalRef
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ejbRefName
protected String ejbRefName
localJndiName
protected String localJndiName
EjbLocalRef
public EjbLocalRef()
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 is
String
getLocalJndiName
public String getLocalJndiName()
- Gets the value of the localJndiName property.
- Returns:
- possible object is
String
setLocalJndiName
public void setLocalJndiName(String value)
- Sets the value of the localJndiName property.
- Parameters:
value
- allowed object is
String
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.