The EJBHome interface must be extended by all enterprise Beans' remote home interfaces.
An enterprise Bean's remote home interface defines the methods that allow a remote client to
create, find, and remove EJB objects, as well as home business methods that are not specific to
a bean instance (Session Beans do not have finders and home methods).
The remote home interface is defined by the enterprise Bean provider and implemented by the
enterprise Bean container.
|