| org.ow2.easybeans.api.bean.EasyBeansBean
getEasyBeansContext | EZBEJBContext getEasyBeansContext()(Code) | | Gets the EJB context associated to this bean.
EJB context |
getEasyBeansFactory | Factory getEasyBeansFactory()(Code) | | Gets the factory associated to this bean.
bean's factory |
setEasyBeansContext | void setEasyBeansContext(EZBEJBContext beanContext)(Code) | | Defines the EJB context associated to this bean.
Parameters: beanContext - the session context associated to this bean. |
setEasyBeansFactory | void setEasyBeansFactory(Factory easyBeansFactory)(Code) | | Defines the factory associated to this bean.
Parameters: easyBeansFactory - the EasyBeans factory that manages this bean. |
|
|