|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgr.uoa.di.madgik.grs.store.buffer.BufferStoreFactory
public class BufferStoreFactory
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
Constructor Summary | |
---|---|
BufferStoreFactory()
|
Method Summary | |
---|---|
static IBufferStore |
getManager()
Instantiates the appropriate IBufferStore implementation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BufferStoreFactory()
Method Detail |
---|
public static IBufferStore getManager()
IBufferStore
implementation. Since the only available implementation
of IBufferStore
is currently FileBufferStore
, an instance of FileBufferStore
is always returned
IBufferStore
implementation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |