gr.uoa.di.madgik.grs.store.record
Class RecordStoreFactory
java.lang.Object
gr.uoa.di.madgik.grs.store.record.RecordStoreFactory
public class RecordStoreFactory
- extends Object
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
- Author:
- gpapanikos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordStoreFactory
public RecordStoreFactory()
getManager
public static IRecordStore getManager()
throws GRS2RecordStoreException
- Instantiates the appropriate
IRecordStore implementation. Since the only available implementation
of IRecordStore is currently FileRecordStore, an instance of FileRecordStore
is always returned
- Returns:
- the
IRecordStore implementation
- Throws:
GRS2RecordStoreException
Copyright © 2012. All Rights Reserved.