Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2014. All Rights Reserved.