The Spring Framework

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

Packages that use SmartSessionBean
org.springframework.ejb.support Superclasses to make implementing EJBs simpler and less error-prone, as well as guaranteeing a Spring BeanFactory is available to EJBs. 
 

Uses of SmartSessionBean in org.springframework.ejb.support
 

Classes in org.springframework.ejb.support that implement SmartSessionBean
 class AbstractSessionBean
          Base class for all Spring-based EJB session beans.
 class AbstractStatefulSessionBean
          Convenient superclass for stateful session beans.
 class AbstractStatelessSessionBean
          Convenient superclass for stateless session beans (SLSBs), minimizing the work involved in implementing an SLSB and preventing common errors.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.