|
||||||||||
| 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 | |
|---|---|
void |
easyBeansCleanup()
Clean some reference of this instance. |
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. |
void |
setEasyBeansInvocationContextFactory(EZBInvocationContextFactory ezbinvocationcontextfactory)
Sets the invocation context factory for this bean. |
| Methods inherited from interface org.ow2.easybeans.api.bean.lifecycle.EasyBeansLifeCycle |
|---|
postConstructEasyBeansLifeCycle, preDestroyEasyBeansLifeCycle |
| Methods inherited from interface org.ow2.easybeans.api.injection.EasyBeansInjection |
|---|
injectedByEasyBeans |
| Methods inherited from interface org.ow2.easybeans.api.bean.timer.EasyBeansTimedObject |
|---|
timeoutCallByEasyBeans |
| Method Detail |
|---|
void easyBeansCleanup()
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.void setEasyBeansInvocationContextFactory(EZBInvocationContextFactory ezbinvocationcontextfactory)
ezbinvocationcontextfactory - the invocation context factory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||