public abstract class AbstractPersistence extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractPersistence() |
Modifier and Type | Method and Description |
---|---|
protected IFilePersistence |
createFilePersistence(boolean removeFiles)
creation of file persistence manager
|
protected IFilePersistence createFilePersistence(boolean removeFiles) throws FilePersistenceException, FilePersistenceInvalidClassException, FilePersistenceNotSerializableException, FilePersistenceClassNotFoundException, FilePersistenceDataCorruptedException, StoreClassNotFoundException
FilePersistenceException
- failed create file persistence managerFilePersistenceDataCorruptedException
FilePersistenceClassNotFoundException
FilePersistenceNotSerializableException
FilePersistenceInvalidClassException
StoreClassNotFoundException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.