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
(package private)  class AbstractSessionBean
          Superclass for all 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.
 



Copyright (c) 2002-2007 The Spring Framework Project.