|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.Invoker
public class Invoker
| Field Summary | |
|---|---|
protected List<EjbRef> |
ejbRef
|
protected String |
invokerProxyBindingName
|
protected JndiName |
jndiName
|
| Constructor Summary | |
|---|---|
Invoker()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String invokerProxyBindingName
protected JndiName jndiName
protected List<EjbRef> ejbRef
| Constructor Detail |
|---|
public Invoker()
| Method Detail |
|---|
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()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a 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
EjbRef
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||