Name

EnterpriseBean

Synopsis

This interface is the base interface for all enterprise JavaBean implementations. If you develop an enterprise JavaBean, your bean implementation must extend this interface, usually by extending the derived interfaces SessionBean, MessageDrivenBean or EntityBean. The EnterpriseBean interface is a marker interface only, and doesn’t define any methods.

                  Returned By
public interface EnterpriseBean extends Serializable {
}

Implementations

EntityBean, MessageDrivenBean, SessionBean

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.