|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreBackupable
Provides methods for backuping and restoring all store contents to/from streams.
Method Summary | |
---|---|
void |
backupStore(java.io.OutputStream stream)
Backups all store contents into a stream. |
void |
restoreStore(java.io.InputStream stream)
Restores all store contents from a stream. |
Method Detail |
---|
void backupStore(java.io.OutputStream stream) throws StoreException
stream
- Stream to write all data into.
StoreException
void restoreStore(java.io.InputStream stream) throws StoreException
stream
- Stream to read all data from.
StoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |