|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ontopia.topicmaps.entry.UserStoreRegistry
public class UserStoreRegistry
INTERNAL: Wrapper class for accessing a StoreRegistry
using a
particular transaction user object.
Field Summary | |
---|---|
protected StoreRegistry |
registry
Deprecated. |
protected Object |
txnuser
Deprecated. |
Constructor Summary | |
---|---|
UserStoreRegistry(StoreRegistry registry,
Object txnuser)
Deprecated. |
Method Summary | |
---|---|
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). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected StoreRegistry registry
protected Object txnuser
Constructor Detail |
---|
public UserStoreRegistry(StoreRegistry registry, Object txnuser)
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |