Uses of Interface
javax.ejb.EnterpriseBean

Packages that use EnterpriseBean
javax.ejb 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 bean class.
 interface MessageDrivenBean
          The MessageDrivenBean interface defines methods that the EJB container uses to notify a message driven bean instance of the instance's life cycle events.
 interface SessionBean
          The SessionBean interface defines methods that the EJB container uses to notify a session bean instance of the instance's life cycle events.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.