Returns the bean implementation class name for the interface name specified as the return type of current method
or the method specified by parameter interface if any.
Allows to set configuration parameters that will be included in the element as attribute value pair.
The following input
<configParam name="foo" value="bar"/>
will give
<foo>bar</foo>
Returns the global JNDI name for the current EJB ref.
WebSphere can only can have one global JNDI name for an EJB bean even if it expose both a local and a remote
interface.