| org.ow2.easybeans.api.container.EZBEJBContext
EZBEJBContext | public interface EZBEJBContext extends EJBContext(Code) | | Context that will be stored in the bean object.
Allow to gets the bean of this context.
author: Florent Benoit< Parameters: BeanType - > any bean managed by EasyBeans (SFSB, SLSB, MDB) |
Method Summary | |
BeanType | getBean() Gets the bean of this context. |
getBean | BeanType getBean()(Code) | | Gets the bean of this context.
bean used by this context. |
|
|