|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EasyBeansBean
Defines the interface of a bean.
Method Summary | |
---|---|
EZBEJBContext |
getEasyBeansContext()
Gets the EJB context associated to this bean. |
Factory |
getEasyBeansFactory()
Gets the factory associated to this bean. |
void |
setEasyBeansContext(EZBEJBContext beanContext)
Defines the EJB context associated to this bean. |
void |
setEasyBeansFactory(Factory easyBeansFactory)
Defines the factory associated to this bean. |
Methods inherited from interface org.objectweb.easybeans.api.bean.lifecycle.EasyBeansLifeCycle |
---|
postConstructEasyBeansLifeCycle, preDestroyEasyBeansLifeCycle |
Methods inherited from interface org.objectweb.easybeans.api.injection.EasyBeansInjection |
---|
injectedByEasyBeans |
Method Detail |
---|
Factory getEasyBeansFactory()
void setEasyBeansFactory(Factory easyBeansFactory)
easyBeansFactory
- the EasyBeans factory that manages this bean.EZBEJBContext getEasyBeansContext()
void setEasyBeansContext(EZBEJBContext beanContext)
beanContext
- the session context associated to this bean.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |