public class Invoker extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<EjbRef> |
ejbRef |
protected String |
invokerProxyBindingName |
protected JndiName |
jndiName |
| Constructor and Description |
|---|
Invoker() |
| Modifier and Type | Method and Description |
|---|---|
List<EjbRef> |
getEjbRef()
Gets the value of the ejbRef property.
|
String |
getInvokerProxyBindingName()
Gets the value of the invokerProxyBindingName property.
|
JndiName |
getJndiName()
Gets the value of the jndiName property.
|
void |
setInvokerProxyBindingName(String value)
Sets the value of the invokerProxyBindingName property.
|
void |
setJndiName(JndiName value)
Sets the value of the jndiName property.
|
protected String invokerProxyBindingName
protected JndiName jndiName
public String getInvokerProxyBindingName()
Stringpublic void setInvokerProxyBindingName(String value)
value - allowed object is
Stringpublic JndiName getJndiName()
JndiNamepublic void setJndiName(JndiName value)
value - allowed object is
JndiNamepublic List<EjbRef> getEjbRef()
set method for the ejbRef property.
For example, to add a new item, do as follows:
getEjbRef().add(newItem);
Objects of the following type(s) are allowed in the list
EjbRefCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.