|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EasyBeansSFSBLifeCycle
Defines the lifecycle of a stateful session bean.
Method Summary | |
---|---|
void |
postActivateEasyBeansLifeCycle()
The PrePassivate and PostActivate callback methods are only called on stateful session bean instances. PrePassivate and PostActivate callback methods should not be defined for stateless session beans. The PostActivate notification signals the instance it has just been reactivated. |
void |
prePassivateEasyBeansLifeCycle()
The PrePassivate and PostActivate callback methods are only called on stateful session bean instances. |
Methods inherited from interface org.objectweb.easybeans.api.bean.lifecycle.EasyBeansLifeCycle |
---|
postConstructEasyBeansLifeCycle, preDestroyEasyBeansLifeCycle |
Method Detail |
---|
void prePassivateEasyBeansLifeCycle()
void postActivateEasyBeansLifeCycle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |