Package samples.j2ee.ejb.subclass.child

Interface Summary
Child The methods in this interface are the public face of ChildBean.
ChildHome This interface is the home interface for the ChildBean.java, which in WebLogic is implemented by the code-generated container class ChildBeanC.
 

Class Summary
ChildBean ChildBean is a stateless SessionBean.
Client This class illustrates using an EJBean that subclasses from a another bean.