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