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

Interface Summary
IEventStore This interface defines a way a persistency manager can be interfaced to enabling persistency of BufferEvents and retrieval based on the order by which they were stored.
 

Class Summary
CacheEventStore Implementation of the IEventStore using an in-memory disk overflowable Cache as the persistency medium
EventStoreFactory This utility class is used to initialize an instance of an IEventStore according to system configuration.
FileEventStore Implementation of the IEventStore using a RandomAccessFile over a local file as the persistency medium
 

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