public class EjbRef extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
ejbRefName |
protected JndiName |
jndiName |
| Constructor and Description |
|---|
EjbRef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEjbRefName()
Gets the value of the ejbRefName property.
|
JndiName |
getJndiName()
Gets the value of the jndiName property.
|
void |
setEjbRefName(String value)
Sets the value of the ejbRefName property.
|
void |
setJndiName(JndiName value)
Sets the value of the jndiName property.
|
public String getEjbRefName()
Stringpublic void setEjbRefName(String value)
value - allowed object is
Stringpublic JndiName getJndiName()
JndiNameCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.