FileDocCategorySizeDatePackage
EJB.javaAPI DocGlassfish v2 API3588Fri May 04 22:35:54 BST 2007javax.ejb

EJB

public class EJB
Indicates a dependency on the local or remote view of an Enterprise Java Bean.

Fields Summary
Constructors Summary
Methods Summary
java.lang.ClassbeanInterface()
Holds one of the following interface types of the target EJB : [ Local business interface, Remote business interface, Local Home interface, Remote Home interface ]

java.lang.StringbeanName()
The ejb-name of the Enterprise Java Bean to which this reference is mapped. Only applicable if the target EJB is defined within the same application or stand-alone module as the declaring component.

java.lang.Stringdescription()

java.lang.StringmappedName()
The product specific name of the EJB component to which this ejb reference should be mapped. This mapped name is often a global JNDI name, but may be a name of any form. Application servers are not required to support any particular form or type of mapped name, nor the ability to use mapped names. The mapped name is product-dependent and often installation-dependent. No use of a mapped name is portable.

java.lang.Stringname()
The logical name of the ejb reference within the declaring component's (java:comp/env) environment.