| Interface | Description |
|---|---|
| IAloneDataAccessSession | Deprecated |
| IAutoSaveEventListener | |
| IDASFilePersistenceCallBack |
data access session interface for file persistence call back
|
| IDataAccessSession |
file persistence data access session interface
|
| IDataAccessSessionCommon |
common to all data access session implementation
|
| IExclusiveDataAccessSession |
exclusive data access session interface
|
| IFilePersistence | |
| IFilePersistenceAutoSaver | |
| IFilePersistenceCloseActionListener |
interface of close action execution end listener
|
| Exception | Description |
|---|---|
| FilePersistenceClassNotFoundException |
Class of a serialized object cannot be found.
|
| FilePersistenceDataCorruptedException |
data is inconsistent.
|
| FilePersistenceException | |
| FilePersistenceInvalidClassException |
throws when something is wrong with a class used by serialization
|
| FilePersistenceNotSerializableException |
Some object to be serialized does not follow joafip persistence rules or does
not implement the java.io.Serializable interface.
|
| FilePersistenceRuntimeException | |
| FilePersistenceTooBigForSerializationException |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.