Uses of Class
org.springframework.ejb.support.AbstractSessionBean

Packages that use AbstractSessionBean
org.springframework.ejb.support Base classes to make implementing EJB 2.x beans simpler and less error-prone, as well as guaranteeing a Spring BeanFactory is available to such EJBs. 
 

Uses of AbstractSessionBean in org.springframework.ejb.support
 

Subclasses of AbstractSessionBean in org.springframework.ejb.support
 class AbstractStatefulSessionBean
          Convenient base class for EJB 2.x stateful session beans (SFSBs).
 class AbstractStatelessSessionBean
          Convenient base class for EJB 2.x stateless session beans (SLSBs), minimizing the work involved in implementing an SLSB and preventing common errors.
 



Copyright © 2002-2008 The Spring Framework.