|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JdbcSnapshotPersister
A jdbc snapshot persister, resposible for persisting and loading a
JdbcSnapshot
from a persistance
store. Examples for stores can be RAM and FS (File System).
JdbcSnapshotPersister
,
RAMJdbcSnapshotPersister
,
FSJdbcSnapshotPersister
Method Summary | |
---|---|
JdbcSnapshot |
load()
Loads the jdbc snapshot from the store. |
void |
save(JdbcSnapshot snapshot)
Saves the jdbc snapshot to the store. |
Method Detail |
---|
void save(JdbcSnapshot snapshot) throws JdbcGpsDeviceException
snapshot
-
JdbcGpsDeviceException
JdbcSnapshot load() throws JdbcGpsDeviceException
JdbcGpsDeviceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |