gr.uoa.di.madgik.grs.store.buffer
Class BufferStoreFactory
java.lang.Object
gr.uoa.di.madgik.grs.store.buffer.BufferStoreFactory
public class BufferStoreFactory
- extends Object
This utility class is used to initialize an instance of an IBufferStore according
to system configuration. Since the only available implementation of IBufferStore
is currently FileBufferStore, an instance of FileBufferStore is always created
- Author:
- gpapanikos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferStoreFactory
public BufferStoreFactory()
getManager
public static IBufferStore getManager()
- Instantiates the appropriate
IBufferStore implementation. Since the only available implementation
of IBufferStore is currently FileBufferStore, an instance of FileBufferStore
is always returned
- Returns:
- the
IBufferStore implementation
Copyright © 2012. All Rights Reserved.