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
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
transactionFields inherited from class net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore
base_address, closed, deleted, open, readonly, readonlySet, reference, topic_listenersFields inherited from interface net.ontopia.topicmaps.core.TopicMapStoreIF
IN_MEMORY_IMPLEMENTATION, RDBMS_IMPLEMENTATION -
Constructor Summary
ConstructorsConstructorDescriptionRemoteTopicMapStore(String baseuri) RemoteTopicMapStore(String baseuri, String tmid) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class net.ontopia.topicmaps.impl.basic.InMemoryTopicMapStore
close, close, getEventManager, getImplementation, getProperty, isTransactional, setBaseAddressMethods inherited from class net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore
abort, commit, delete, getBaseAddress, getReference, getTopicMap, isOpen, isReadOnly, open, setReadOnly, setReference, setTopicListeners, validate
-
Constructor Details
-
RemoteTopicMapStore
-
RemoteTopicMapStore
-
-
Method Details
-
getTransaction
- Overrides:
getTransactionin classInMemoryTopicMapStore
-
getTopicIndex
-