Package javax.ejb

Interface EnterpriseBean

  • All Superinterfaces:
    java.io.Serializable
    All Known Subinterfaces:
    MessageDrivenBean, SessionBean


    public interface EnterpriseBean
    extends java.io.Serializable
    The EnterpriseBean interface is a common superinterface for the SessionBean, EntityBean and MessageDrivenBean interfaces.
    Since:
    EJB 1.0
    See Also:
    SessionBean, MessageDrivenBean, EntityBean