gr.uoa.di.madgik.grs.store.buffer
Class BufferStoreFactory

java.lang.Object
  extended by gr.uoa.di.madgik.grs.store.buffer.BufferStoreFactory

public class BufferStoreFactory
extends java.lang.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

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

BufferStoreFactory

public BufferStoreFactory()
Method Detail

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