Uses of Class
net.ontopia.topicmaps.impl.basic.InMemoryTopicMapTransaction
-
Packages that use InMemoryTopicMapTransaction Package Description net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.remote -
-
Uses of InMemoryTopicMapTransaction in net.ontopia.topicmaps.impl.basic
Fields in net.ontopia.topicmaps.impl.basic declared as InMemoryTopicMapTransaction Modifier and Type Field Description protected InMemoryTopicMapTransaction
TopicMap. txn
Constructors in net.ontopia.topicmaps.impl.basic with parameters of type InMemoryTopicMapTransaction Constructor Description InMemoryTopicMapTransaction(InMemoryTopicMapStore store, InMemoryTopicMapTransaction parent)
-
Uses of InMemoryTopicMapTransaction in net.ontopia.topicmaps.impl.remote
Subclasses of InMemoryTopicMapTransaction in net.ontopia.topicmaps.impl.remote Modifier and Type Class Description class
RemoteTopicMapTransaction
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) implementation of TopicMapTransaction.
-