|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistentVariableListener
An optional interface whose methods are invoked during the lifecycle of a persistent variable. If a persistent variable implements this interface, that persistent variable receives event callbacks as that persistent variable moves through its lifecycle.
Method Summary | |
---|---|
void |
createdVariable()
Called immediately after a persistent variable has been created and populated with data from the database. |
void |
persistingVariable()
Called immediately before a persistent variable is stored to the database. |
Method Detail |
---|
void createdVariable() throws java.lang.Exception
java.lang.Exception
- If the additional initialization work failed and the
engine needs to be notified.void persistingVariable() throws java.lang.Exception
java.lang.Exception
- If the final storage preparation work failed and the
engine needs to be notified.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |