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