public class BufferStoreFactory extends Object
IBufferStore according
to system configuration. Since the only available implementation of IBufferStore
is currently FileBufferStore, an instance of FileBufferStore is always created| Constructor and Description |
|---|
BufferStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IBufferStore |
getManager()
Instantiates the appropriate
IBufferStore implementation. |
public static IBufferStore getManager()
IBufferStore implementation. Since the only available implementation
of IBufferStore is currently FileBufferStore, an instance of FileBufferStore
is always returnedIBufferStore implementationCopyright © 2014. All Rights Reserved.