@Deprecated public class UserStoreRegistry extends Object
StoreRegistry
using a
particular transaction user object.Modifier and Type | Field and Description |
---|---|
protected StoreRegistry |
registry
Deprecated.
|
protected Object |
txnuser
Deprecated.
|
Constructor and Description |
---|
UserStoreRegistry(StoreRegistry registry,
Object txnuser)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
closeStore(String refkey)
Deprecated.
INTERNAL: Delegates to StoreRegistry.closeStore(Object txnuser, String refkey).
|
String |
getReferenceKey(TopicMapStoreIF store)
Deprecated.
INTERNAL: Delegates to StoreRegistry.getReferenceKey(Object txnuser, TopicMapStoreIF store).
|
Collection<String> |
getReferenceKeys()
Deprecated.
INTERNAL: Delegates to StoreRegistry.getReferenceKeys(Object txnuser).
|
TopicMapStoreIF |
getStore(String refkey)
Deprecated.
INTERNAL: Delegates to StoreRegistry.getStore(Object txnuser, String refkey).
|
StoreRegistry |
getStoreRegistry()
Deprecated.
INTERNAL: Returns the underlying store registry.
|
Collection<TopicMapStoreIF> |
getStores()
Deprecated.
INTERNAL: Delegates to StoreRegistry.getStores(Object txnuser).
|
Object |
getTransactionUser()
Deprecated.
INTERNAL: Returns the transaction user object that is used when
accessing the store registry.
|
boolean |
isStoreOpen(String refkey)
Deprecated.
INTERNAL: Delegates to StoreRegistry.isStoreOpen(Object txnuser, String refkey).
|
TopicMapStoreIF |
openStore(String refkey,
boolean readonly)
Deprecated.
INTERNAL: Delegates to StoreRegistry.openStore(Object txnuser,
String refkey, boolean readonly).
|
protected StoreRegistry registry
protected Object txnuser
public UserStoreRegistry(StoreRegistry registry, Object txnuser)
public StoreRegistry getStoreRegistry()
public Object getTransactionUser()
public TopicMapStoreIF getStore(String refkey)
public String getReferenceKey(TopicMapStoreIF store)
public Collection<String> getReferenceKeys()
public Collection<TopicMapStoreIF> getStores()
public boolean isStoreOpen(String refkey)
public TopicMapStoreIF openStore(String refkey, boolean readonly) throws IOException
IOException
public void closeStore(String refkey)