PersonLocalHomepublic interface PersonLocalHome implements javax.ejb.EJBLocalHomeThe "home" interface for the PersonBean. This interface provides
methods used to create beans on the server. The container provider is
responsible for implementing this interface, most likely using
auto-generated Java classes derived from the interface bytecodes. |
|