public class DelegatingRecordStoreHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
DelegatingRecordStoreHandler() |
DelegatingRecordStoreHandler(String label,
Map<String,? extends Object> config) |
DelegatingRecordStoreHandler(String label,
RecordStore recordStore) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends RecordStore> |
create(String label,
Class<T> interfaceClass,
T recordStore) |
static <T extends RecordStore> |
create(String label,
Map<String,? extends Object> config) |
protected RecordStore |
createRecordStore() |
RecordStore |
getRecordStore() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public DelegatingRecordStoreHandler()
public DelegatingRecordStoreHandler(String label, Map<String,? extends Object> config)
public DelegatingRecordStoreHandler(String label, RecordStore recordStore)
public static <T extends RecordStore> T create(String label, Class<T> interfaceClass, T recordStore)
public static <T extends RecordStore> T create(String label, Map<String,? extends Object> config)
protected RecordStore createRecordStore()
public RecordStore getRecordStore()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.