Uses of Class
net.ontopia.topicmaps.impl.basic.InMemoryTopicMapStore
-
Packages that use InMemoryTopicMapStore Package Description net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.remote net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. -
-
Uses of InMemoryTopicMapStore in net.ontopia.topicmaps.impl.basic
Fields in net.ontopia.topicmaps.impl.basic declared as InMemoryTopicMapStore Modifier and Type Field Description protected InMemoryTopicMapStore
TopicEvents. store
Constructors in net.ontopia.topicmaps.impl.basic with parameters of type InMemoryTopicMapStore Constructor Description InMemoryTopicMapTransaction(InMemoryTopicMapStore store)
InMemoryTopicMapTransaction(InMemoryTopicMapStore store, InMemoryTopicMapTransaction parent)
TopicEvents(InMemoryTopicMapStore store)
-
Uses of InMemoryTopicMapStore in net.ontopia.topicmaps.impl.remote
Subclasses of InMemoryTopicMapStore in net.ontopia.topicmaps.impl.remote Modifier and Type Class Description class
RemoteTopicMapStore
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. -
Uses of InMemoryTopicMapStore in net.ontopia.topicmaps.impl.utils
Constructors in net.ontopia.topicmaps.impl.utils with parameters of type InMemoryTopicMapStore Constructor Description FulltextIndexManager(InMemoryTopicMapStore store)
INTERNAL: Registers the fulltext index manager with the event system of the specified topic map store.
-