Uses of Interface
net.ontopia.topicmaps.impl.utils.TopicMapTransactionIF
Packages that use TopicMapTransactionIF
Package
Description
The RDBMS fulltext integration.
High level interfaces for locating and maintaining references to
topic maps.
The in-memory implementation of the core topic map interfaces.
Index classes for use with the basic implementation.
Relational database implementation of the core topic map
interfaces.
Index classes for use with the rdbms implementation.
INTERNAL: Classes that are used by many implementations.
-
Uses of TopicMapTransactionIF in net.ontopia.infoset.fulltext.impl.rdbms
Constructors in net.ontopia.infoset.fulltext.impl.rdbms with parameters of type TopicMapTransactionIF -
Uses of TopicMapTransactionIF in net.ontopia.topicmaps.entry
Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapTransactionIFModifier and TypeMethodDescriptionvoidAbstractOntopolyURLReference.transactionAbort(TopicMapTransactionIF transaction) voidAbstractOntopolyURLReference.transactionCommit(TopicMapTransactionIF transaction) -
Uses of TopicMapTransactionIF in net.ontopia.topicmaps.impl.basic
Classes in net.ontopia.topicmaps.impl.basic that implement TopicMapTransactionIFModifier and TypeClassDescriptionclassINTERNAL: The in-memory transaction implementation.Fields in net.ontopia.topicmaps.impl.basic declared as TopicMapTransactionIFModifier and TypeFieldDescriptionprotected TopicMapTransactionIFInMemoryTopicMapStore.transactionprotected TopicMapTransactionIFSubjectIdentityCache.txnMethods in net.ontopia.topicmaps.impl.basic that return TopicMapTransactionIFModifier and TypeMethodDescriptionInMemoryTopicMapTransaction.createNested()InMemoryTopicMapStore.getTransaction()TopicMap.getTransaction()Constructors in net.ontopia.topicmaps.impl.basic with parameters of type TopicMapTransactionIFModifierConstructorDescriptionSubjectIdentityCache(TopicMapTransactionIF txn, CollectionFactoryIF cfactory) -
Uses of TopicMapTransactionIF in net.ontopia.topicmaps.impl.basic.index
Fields in net.ontopia.topicmaps.impl.basic.index declared as TopicMapTransactionIFMethods in net.ontopia.topicmaps.impl.basic.index that return TopicMapTransactionIFConstructors in net.ontopia.topicmaps.impl.basic.index with parameters of type TopicMapTransactionIFModifierConstructorDescriptionIndexManager(TopicMapTransactionIF transaction, CollectionFactoryIF cfactory, EventManagerIF emanager, ObjectTreeManager otree, SubjectIdentityCache sicache) -
Uses of TopicMapTransactionIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapTransactionIFModifier and TypeClassDescriptionclassINTERNAL: The rdbms topic map transaction implementation.Fields in net.ontopia.topicmaps.impl.rdbms declared as TopicMapTransactionIFModifier and TypeFieldDescriptionprotected TopicMapTransactionIFRoleTypeAssocTypeCache.txnprotected TopicMapTransactionIFRoleTypeCache.txnprotected TopicMapTransactionIFSubjectIdentityCache.txnMethods in net.ontopia.topicmaps.impl.rdbms that return TopicMapTransactionIFModifier and TypeMethodDescriptionRDBMSTopicMapTransaction.createNested()RDBMSTopicMapStore.getTransaction()ReadOnlyTopicMap.getTransaction()TopicMap.getTransaction()Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type TopicMapTransactionIFModifierConstructorDescriptionRoleTypeAssocTypeCache(TopicMapTransactionIF txn, EventManagerIF emanager, EventManagerIF otree) RoleTypeCache(TopicMapTransactionIF txn, EventManagerIF emanager, EventManagerIF otree) SubjectIdentityCache(TopicMapTransactionIF txn, CollectionFactoryIF cfactory) -
Uses of TopicMapTransactionIF in net.ontopia.topicmaps.impl.rdbms.index
Fields in net.ontopia.topicmaps.impl.rdbms.index declared as TopicMapTransactionIFMethods in net.ontopia.topicmaps.impl.rdbms.index that return TopicMapTransactionIFConstructors in net.ontopia.topicmaps.impl.rdbms.index with parameters of type TopicMapTransactionIFModifierConstructorDescriptionIndexManager(TopicMapTransactionIF transaction, CollectionFactoryIF cfactory) -
Uses of TopicMapTransactionIF in net.ontopia.topicmaps.impl.remote
Classes in net.ontopia.topicmaps.impl.remote that implement TopicMapTransactionIFModifier and TypeClassDescriptionclassINTERNAL: 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.Methods in net.ontopia.topicmaps.impl.remote that return TopicMapTransactionIF -
Uses of TopicMapTransactionIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement TopicMapTransactionIFModifier and TypeClassDescriptionclassINTERNAL: An abstract TopicMapTransactionIF implementation.Methods in net.ontopia.topicmaps.impl.utils that return TopicMapTransactionIFModifier and TypeMethodDescriptionAbstractTopicMapTransaction.createNested()AbstractTopicMapTransaction.getParent()abstract TopicMapTransactionIFAbstractTopicMapStore.getTransaction()IndexManagerIF.getTransaction()Deprecated.DEPRECATED: Gets the topic map store to which this index manager belongs.Methods in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapTransactionIFModifier and TypeMethodDescriptionvoidTransactionEventListenerIF.transactionAbort(TopicMapTransactionIF transaction) voidTransactionEventListenerIF.transactionCommit(TopicMapTransactionIF transaction)