Class RemoteTopicMapTransaction
- java.lang.Object
-
- net.ontopia.topicmaps.impl.utils.AbstractTopicMapTransaction
-
- net.ontopia.topicmaps.impl.basic.InMemoryTopicMapTransaction
-
- net.ontopia.topicmaps.impl.remote.RemoteTopicMapTransaction
-
- All Implemented Interfaces:
TopicMapTransactionIF
public class RemoteTopicMapTransaction extends InMemoryTopicMapTransaction
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.
-
-
Field Summary
-
Fields inherited from class net.ontopia.topicmaps.impl.basic.InMemoryTopicMapTransaction
otree, te, topicmods
-
Fields inherited from class net.ontopia.topicmaps.impl.utils.AbstractTopicMapTransaction
active, builder, cfactory, imanager, invalid, parent, store, topicmap
-
Fields inherited from interface net.ontopia.topicmaps.impl.utils.TopicMapTransactionIF
EVENT_ABORT, EVENT_COMMIT
-
-
Method Summary
-
Methods inherited from class net.ontopia.topicmaps.impl.basic.InMemoryTopicMapTransaction
createNested, getObjectTreeManager, validate
-
Methods inherited from class net.ontopia.topicmaps.impl.utils.AbstractTopicMapTransaction
abort, abort, commit, getBuilder, getCollectionFactory, getIndexManager, getParent, getStore, getTopicMap, isActive
-
-