|
![]() |
|||||||||
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.
Constructor Summary | |
---|---|
UserStoreRegistry(StoreRegistry registry,
java.lang.Object txnuser)
Deprecated. |
Method Summary | |
---|---|
void |
closeStore(java.lang.String refkey)
Deprecated. INTERNAL: Delegates to StoreRegistry.closeStore(Object txnuser, String refkey). |
java.lang.String |
getReferenceKey(TopicMapStoreIF store)
Deprecated. INTERNAL: Delegates to StoreRegistry.getReferenceKey(Object txnuser, TopicMapStoreIF store). |
java.util.Collection |
getReferenceKeys()
Deprecated. INTERNAL: Delegates to StoreRegistry.getReferenceKeys(Object txnuser). |
TopicMapStoreIF |
getStore(java.lang.String refkey)
Deprecated. INTERNAL: Delegates to StoreRegistry.getStore(Object txnuser, String refkey). |
StoreRegistry |
getStoreRegistry()
Deprecated. INTERNAL: Returns the underlying store registry. |
java.util.Collection |
getStores()
Deprecated. INTERNAL: Delegates to StoreRegistry.getStores(Object txnuser). |
java.lang.Object |
getTransactionUser()
Deprecated. INTERNAL: Returns the transaction user object that is used when accessing the store registry. |
boolean |
isStoreOpen(java.lang.String refkey)
Deprecated. INTERNAL: Delegates to StoreRegistry.isStoreOpen(Object txnuser, String refkey). |
TopicMapStoreIF |
openStore(java.lang.String refkey,
boolean readonly)
Deprecated. INTERNAL: Delegates to StoreRegistry.openStore(Object txnuser, String refkey, boolean readonly). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserStoreRegistry(StoreRegistry registry, java.lang.Object txnuser)
Method Detail |
---|
public StoreRegistry getStoreRegistry()
public java.lang.Object getTransactionUser()
public TopicMapStoreIF getStore(java.lang.String refkey)
public java.lang.String getReferenceKey(TopicMapStoreIF store)
public java.util.Collection getReferenceKeys()
public java.util.Collection getStores()
public boolean isStoreOpen(java.lang.String refkey)
public TopicMapStoreIF openStore(java.lang.String refkey, boolean readonly) throws java.io.IOException
java.io.IOException
public void closeStore(java.lang.String refkey)
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |