javax.ejb
Interface EnterpriseBean

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
EntityBean, 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



Copyright © 2012 GlassFish Community. All Rights Reserved.