|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PassivationManager<T extends Serializable>
Manage passivation lifecycle callbacks on an object.
Method Summary | |
---|---|
void |
postActivate(T obj)
This method is called after an object has been retrieved from an ObjectStore. |
void |
prePassivate(T obj)
This method is called before an object is serialized into an ObjectStore. |
Method Detail |
---|
void postActivate(T obj)
obj
- the objectvoid prePassivate(T obj)
obj
- the object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |