ProfileHomepublic interface ProfileHome implements EJBHomeThe "home" interface for the ProfileBean. 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. |
|