|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface StorageManager
Almost every concrete module must implement this interface
$Header: /cvsroot/marf/marf/src/marf/Storage/StorageManager.java,v 1.5 2003/01/28 23:53:08 mokhov Exp $
Method Summary | |
void |
dump()
An object must know how dump itself to a file. |
void |
restore()
An object must know how retore its non-transient data structures from a file. |
Method Detail |
public void dump() throws java.io.IOException
java.io.IOException
- public void restore() throws java.io.IOException
java.io.IOException
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |