| org.ow2.easybeans.api.container.EZBSessionContext
EZBSessionContext | public interface EZBSessionContext extends EZBEJBContext<BeanType>,SessionContext(Code) | | Context that will be stored in the bean object. Allow to gets the Session bean of
this context.
< Parameters: BeanType - > any session bean managed by EasyBeans (SFSB or SLSB) author: Florent Benoit |
getBeanTransaction | Transaction getBeanTransaction()(Code) | | Gets the transaction used by this bean.
the bean transaction. |
setBeanTransaction | void setBeanTransaction(Transaction beanTransaction)(Code) | | Sets the transaction used by this bean.
Parameters: beanTransaction - the bean transaction. |
|
|