An enterprise bean's local interface defines the local business methods that a client can call.
A local interface or class instance must be in the same EJB container as the bean whose
interface it is. Accessing a local interface can be done with less overhead and without involving the
APIs for remote access.