Local SessionBean
Overview
In EJB 2, if the EJB you are accessing resides in the same Jar/EAR then you can use the
Local interfaces to provide access to their methods. Local SessionBeans make use of the
Local interfaces provided by javax.ejb.
Participants
beanName
- name of the local SessionBean.
- generates the local session home and local session interfaces.