Package org.apache.openejb.jee.jba
Class Invoker
- java.lang.Object
-
- org.apache.openejb.jee.jba.Invoker
-
public class Invoker extends Object
-
-
Constructor Summary
Constructors Constructor Description Invoker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EjbRef>getEjbRef()Gets the value of the ejbRef property.StringgetInvokerProxyBindingName()Gets the value of the invokerProxyBindingName property.JndiNamegetJndiName()Gets the value of the jndiName property.voidsetInvokerProxyBindingName(String value)Sets the value of the invokerProxyBindingName property.voidsetJndiName(JndiName value)Sets the value of the jndiName property.
-
-
-
Method Detail
-
getInvokerProxyBindingName
public String getInvokerProxyBindingName()
Gets the value of the invokerProxyBindingName property.- Returns:
- possible object is
String
-
setInvokerProxyBindingName
public void setInvokerProxyBindingName(String value)
Sets the value of the invokerProxyBindingName property.- Parameters:
value- allowed object isString
-
getJndiName
public JndiName getJndiName()
Gets the value of the jndiName property.- Returns:
- possible object is
JndiName
-
setJndiName
public void setJndiName(JndiName value)
Sets the value of the jndiName property.- Parameters:
value- allowed object isJndiName
-
getEjbRef
public List<EjbRef> getEjbRef()
Gets the value of the ejbRef property. 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 asetmethod 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 listEjbRef
-
-