Package samples.j2ee.ejb.subclass.parent

Interface Summary
Parent The methods in this interface are the public face of ParentBean.
ParentHome This interface is the home interface for the ParentBean.java, which in WebLogic is implemented by the code-generated container class ParentBeanC.
 

Class Summary
Client This class is used with the "Child" EJBean to illustrate using an EJBean that subclasses from a another bean.
ParentBean ParentBean is a stateless SessionBean.