| Interface to be implemented by Session Beans that want
to expose important state to cooperating classes.
Implemented by Spring's AbstractSessionBean class and hence by
all of Spring's specific Session Bean support classes, such as
AbstractStatelessSessionBean and
AbstractStatefulSessionBean .
author: Juergen Hoeller since: 1.2 See Also: AbstractStatelessSessionBean See Also: AbstractStatefulSessionBean |