The Spring Framework

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

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

Subclasses of AbstractSessionBean in org.springframework.ejb.support
 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.