|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StorableObject
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 |
---|
void store(ObjectOutputStream out) throws IOException
IOException
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 |