|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for storing and restoring the state of an object via a data archive exposing the DataAdaptor interface.
| Method Summary | |
void |
load(DataAdaptor daptArchive)
Recover an object's state from an archived data source. |
void |
save(DataAdaptor daptArchive)
Save the state of the object to a data adaptor for later reconstruction. |
| Method Detail |
public void save(DataAdaptor daptArchive)
daptArchive - DataAdaptor interface to an archive
public void load(DataAdaptor daptArchive)
throws DataFormatException
daptArchive - DataAdaptor interface to an archive
DataFormatException - data format of the adaptor is corrupt
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||