|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgr.uoa.di.madgik.grs.store.event.EventStoreFactory
public class EventStoreFactory
This utility class is used to initialize an instance of an IEventStore according
to system configuration. Since the only available implementation of IEventStore
is currently FileEventStore, an instance of FileEventStore is always created
| Constructor Summary | |
|---|---|
EventStoreFactory()
|
|
| Method Summary | |
|---|---|
static IEventStore |
getManager()
Instantiates the appropriate IEventStore implementation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventStoreFactory()
| Method Detail |
|---|
public static IEventStore getManager()
throws GRS2EventStoreException
IEventStore implementation. Since the only available implementation
of IEventStore is currently FileEventStore, an instance of FileEventStore
is always returned
IEventStore implementation
GRS2EventStoreException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||