|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Persistence
Persistence.java Application classes must implement this interface if they want to be persistent
Method Summary | |
---|---|
void |
deserialise()
Read content from disk (file or database) |
AbstractObjectBinding |
getObjectBinding()
Return an instance of object binding for serialisation |
void |
serialise(java.lang.Object obj)
Save/synch cache content to disk (or database). |
void |
setPersistentHandler(PersistentHandler ph)
Implement this method for serialising cache content |
Method Detail |
---|
void setPersistentHandler(PersistentHandler ph)
void serialise(java.lang.Object obj)
void deserialise()
AbstractObjectBinding getObjectBinding()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |