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