Class RemoteTopicMapStore
- java.lang.Object
-
- net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore
-
- net.ontopia.topicmaps.impl.basic.InMemoryTopicMapStore
-
- net.ontopia.topicmaps.impl.remote.RemoteTopicMapStore
-
- All Implemented Interfaces:
AutoCloseable
,TopicMapStoreIF
public class RemoteTopicMapStore extends InMemoryTopicMapStore
INTERNAL: The remote (remote in the sense that it deals with remote topics - and not that the transactions work in a remote or distributed fashion) extension of AbstractTopicMapStore.
-
-
Field Summary
-
Fields inherited from class net.ontopia.topicmaps.impl.basic.InMemoryTopicMapStore
transaction
-
Fields inherited from class net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore
base_address, closed, deleted, open, readonly, readonlySet, reference, topic_listeners
-
Fields inherited from interface net.ontopia.topicmaps.core.TopicMapStoreIF
IN_MEMORY_IMPLEMENTATION, RDBMS_IMPLEMENTATION
-
-
Constructor Summary
Constructors Constructor Description RemoteTopicMapStore(String baseuri)
RemoteTopicMapStore(String baseuri, String tmid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteTopicIndex
getTopicIndex()
TopicMapTransactionIF
getTransaction()
-
Methods inherited from class net.ontopia.topicmaps.impl.basic.InMemoryTopicMapStore
close, close, getEventManager, getImplementation, getProperty, isTransactional, setBaseAddress
-
Methods inherited from class net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore
abort, commit, delete, getBaseAddress, getReference, getTopicMap, isOpen, isReadOnly, open, setReadOnly, setReference, setTopicListeners, validate
-
-
-
-
Method Detail
-
getTransaction
public TopicMapTransactionIF getTransaction()
- Overrides:
getTransaction
in classInMemoryTopicMapStore
-
getTopicIndex
public RemoteTopicIndex getTopicIndex()
-
-