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