@Deprecated public interface SmartSessionBean extends javax.ejb.SessionBean
Implemented by Spring's AbstractSessionBean class and hence by
all of Spring's specific Session Bean support classes, such as
AbstractStatelessSessionBean
and AbstractStatefulSessionBean
.
AbstractStatelessSessionBean
,
AbstractStatefulSessionBean
Modifier and Type | Method and Description |
---|---|
javax.ejb.SessionContext |
getSessionContext()
Deprecated.
Return the SessionContext that was passed to the Session Bean
by the EJB container.
|
Copyright © 2015. All rights reserved.