Uses of Interface
gr.uoa.di.madgik.grs.store.event.IEventStore

Packages that use IEventStore
gr.uoa.di.madgik.grs.store.buffer   
gr.uoa.di.madgik.grs.store.event   
 

Uses of IEventStore in gr.uoa.di.madgik.grs.store.buffer
 

Methods in gr.uoa.di.madgik.grs.store.buffer that return IEventStore
 IEventStore BufferStoreEntry.getEventManager()
          Retrieves the IEventStore manager that is used to persist incoming BufferEvents
 

Uses of IEventStore in gr.uoa.di.madgik.grs.store.event
 

Classes in gr.uoa.di.madgik.grs.store.event that implement IEventStore
 class CacheEventStore
          Implementation of the IEventStore using an in-memory disk overflowable Cache as the persistency medium
 class FileEventStore
          Implementation of the IEventStore using a RandomAccessFile over a local file as the persistency medium
 

Methods in gr.uoa.di.madgik.grs.store.event that return IEventStore
static IEventStore EventStoreFactory.getManager()
          Instantiates the appropriate IEventStore implementation.
 



Copyright © 2012. All Rights Reserved.