Uses of Interface
javax.ejb.EnterpriseBean

Packages that use EnterpriseBean
javax.ejb The javax.ejb package contains the Enterprise JavaBeans classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the EJB container. 
 

Uses of EnterpriseBean in javax.ejb
 

Subinterfaces of EnterpriseBean in javax.ejb
 interface EntityBean
          The EntityBean interface is implemented by every entity enterprise Bean class.
 interface MessageDrivenBean
          The MessageDrivenBean interface is implemented by every message-driven enterprise Bean class.
 interface SessionBean
          The SessionBean interface is implemented by every session enterprise Bean class.
 



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.