org.apache.openejb.jee.jba
Class Invoker

java.lang.Object
  extended by org.apache.openejb.jee.jba.Invoker

public class Invoker
extends java.lang.Object


Field Summary
protected  java.util.List<EjbRef> ejbRef
           
protected  java.lang.String invokerProxyBindingName
           
protected  JndiName jndiName
           
 
Constructor Summary
Invoker()
           
 
Method Summary
 java.util.List<EjbRef> getEjbRef()
          Gets the value of the ejbRef property.
 java.lang.String getInvokerProxyBindingName()
          Gets the value of the invokerProxyBindingName property.
 JndiName getJndiName()
          Gets the value of the jndiName property.
 void setInvokerProxyBindingName(java.lang.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

invokerProxyBindingName

protected java.lang.String invokerProxyBindingName

jndiName

protected JndiName jndiName

ejbRef

protected java.util.List<EjbRef> ejbRef
Constructor Detail

Invoker

public Invoker()
Method Detail

getInvokerProxyBindingName

public java.lang.String getInvokerProxyBindingName()
Gets the value of the invokerProxyBindingName property.

Returns:
possible object is String

setInvokerProxyBindingName

public void setInvokerProxyBindingName(java.lang.String value)
Sets the value of the invokerProxyBindingName property.

Parameters:
value - allowed object is String

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 is JndiName

getEjbRef

public java.util.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 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



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.