|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that must be implemented by objects that must persist their state.
LogOps
Method Summary | |
void |
restore(ObjectInputStream in)
Restore the persistent fields |
void |
store(ObjectOutputStream out)
Store the persistent fields |
Method Detail |
public void store(ObjectOutputStream out) throws IOException
IOException
public void restore(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |