Package gr.uoa.di.madgik.grs.store.record

Interface Summary
IRecordStore This interface defines a way a persistency manager can be interfaced to enabling persistency of Records and retrieval based on either their ids, or the order by which they were stored.
 

Class Summary
CacheRecordStore  
FileRecordStore Implementation of the IRecordStore using a RandomAccessFile over a local file as the persistency medium
RecordStoreFactory This utility class is used to initialize an instance of an IRecordStore according to system configuration.
 

Exception Summary
GRS2RecordStoreAccessException Error while accessing needed persisted information in the context of the on going record store sub component
GRS2RecordStoreException Base exception for all error that are though by the record store sub component