Package jakarta.ejb
Interface EnterpriseBean
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
EntityBean
,MessageDrivenBean
,SessionBean
public interface EnterpriseBean extends Serializable
The EnterpriseBean interface is a common superinterface for the SessionBean, EntityBean and MessageDrivenBean interfaces.- Since:
- EJB 1.0
- See Also:
SessionBean
,MessageDrivenBean
,EntityBean