|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GRS2EventStoreException | |
|---|---|
| gr.uoa.di.madgik.grs.store.buffer | |
| gr.uoa.di.madgik.grs.store.event | |
| Uses of GRS2EventStoreException in gr.uoa.di.madgik.grs.store.buffer |
|---|
| Methods in gr.uoa.di.madgik.grs.store.buffer that throw GRS2EventStoreException | |
|---|---|
void |
BufferStoreEntry.initialize()
After all configuration values have been set, this method initializes the IRecordStore, the ForwardReader,
and persists the reader available RecordDefinitions |
| Uses of GRS2EventStoreException in gr.uoa.di.madgik.grs.store.event |
|---|
| Subclasses of GRS2EventStoreException in gr.uoa.di.madgik.grs.store.event | |
|---|---|
class |
GRS2EventStoreAccessException
Error while accessing needed persisted information in the context of the on going event store sub component |
| Methods in gr.uoa.di.madgik.grs.store.event that throw GRS2EventStoreException | |
|---|---|
void |
FileEventStore.dispose()
Disposes the IEventStore instance as well as any permanent storage resources occupied |
void |
CacheEventStore.dispose()
Disposes the IEventStore instance as well as any permanent storage resources occupied |
void |
IEventStore.dispose()
Disposes the IEventStore instance as well as any permanent storage resources occupied |
static IEventStore |
EventStoreFactory.getManager()
Instantiates the appropriate IEventStore implementation. |
void |
FileEventStore.persist(BufferEvent event)
Persists the provided BufferEvent |
void |
CacheEventStore.persist(BufferEvent event)
Persists the provided BufferEvent |
void |
IEventStore.persist(BufferEvent event)
Persists the provided BufferEvent |
BufferEvent |
FileEventStore.retrieveByIndex(long eventIndex)
Retrieve a previously stored BufferEvent based on the index by which it was stored |
BufferEvent |
CacheEventStore.retrieveByIndex(long eventIndex)
Retrieve a previously stored BufferEvent based on the index by which it was stored |
BufferEvent |
IEventStore.retrieveByIndex(long eventIndex)
Retrieve a previously stored BufferEvent based on the index by which it was stored |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||