The Spring Framework

Uses of Interface
org.springframework.ejb.support.SmartSessionBean

Packages that use SmartSessionBean
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 SmartSessionBean in org.springframework.ejb.support
 

Classes in org.springframework.ejb.support that implement SmartSessionBean
 class AbstractSessionBean
          Base class for Spring-based EJB 2.x session beans.
 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.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.