org.objectweb.easybeans.api.bean
Interface EasyBeansSB
- All Superinterfaces:
- EasyBeansBean, EasyBeansDependencyInjection, EasyBeansInjection, EasyBeansLifeCycle, EasyBeansSBLifeCycle
- All Known Subinterfaces:
- EasyBeansSFSB, EasyBeansSLSB
public interface EasyBeansSB
- extends EasyBeansBean, EasyBeansSBLifeCycle
Defines the interface of a session bean.
- Author:
- Florent Benoit
getEasyBeansSessionContext
EasyBeansSessionContext getEasyBeansSessionContext()
- Gets the session context associated to this bean.
- Returns:
- session context
setEasyBeansSessionContext
void setEasyBeansSessionContext(EasyBeansSessionContext sessionContext)
- Defines the session context associated to this bean.
- Parameters:
sessionContext
- the session context associated to this bean.