Uses of Interface
net.ontopia.topicmaps.impl.utils.TopicMapTransactionIF
-
Packages that use TopicMapTransactionIF Package Description net.ontopia.infoset.fulltext.impl.rdbms The RDBMS fulltext integration.net.ontopia.topicmaps.entry High level interfaces for locating and maintaining references to topic maps.net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.basic.index Index classes for use with the basic implementation.net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.rdbms.index Index classes for use with the rdbms implementation.net.ontopia.topicmaps.impl.remote net.ontopia.topicmaps.impl.utils 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 Constructor Description RDBMSSearcher(TopicMapTransactionIF txn) -
Uses of TopicMapTransactionIF in net.ontopia.topicmaps.entry
Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapTransactionIF Modifier and Type Method Description voidAbstractOntopolyURLReference. 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 TopicMapTransactionIF Modifier and Type Class Description classInMemoryTopicMapTransactionINTERNAL: The in-memory transaction implementation.Fields in net.ontopia.topicmaps.impl.basic declared as TopicMapTransactionIF Modifier and Type Field Description protected TopicMapTransactionIFInMemoryTopicMapStore. transactionprotected TopicMapTransactionIFSubjectIdentityCache. txnMethods in net.ontopia.topicmaps.impl.basic that return TopicMapTransactionIF Modifier and Type Method Description TopicMapTransactionIFInMemoryTopicMapTransaction. createNested()TopicMapTransactionIFInMemoryTopicMapStore. getTransaction()TopicMapTransactionIFTopicMap. getTransaction()Constructors in net.ontopia.topicmaps.impl.basic with parameters of type TopicMapTransactionIF Constructor Description SubjectIdentityCache(TopicMapTransactionIF txn, CollectionFactoryIF cfactory) -
Uses of TopicMapTransactionIF in net.ontopia.topicmaps.impl.basic.index
Fields in net.ontopia.topicmaps.impl.basic.index declared as TopicMapTransactionIF Modifier and Type Field Description protected TopicMapTransactionIFIndexManager. transactionMethods in net.ontopia.topicmaps.impl.basic.index that return TopicMapTransactionIF Modifier and Type Method Description TopicMapTransactionIFIndexManager. getTransaction()Constructors in net.ontopia.topicmaps.impl.basic.index with parameters of type TopicMapTransactionIF Constructor Description IndexManager(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 TopicMapTransactionIF Modifier and Type Class Description classRDBMSTopicMapTransactionINTERNAL: The rdbms topic map transaction implementation.Fields in net.ontopia.topicmaps.impl.rdbms declared as TopicMapTransactionIF Modifier and Type Field Description protected TopicMapTransactionIFRoleTypeAssocTypeCache. txnprotected TopicMapTransactionIFRoleTypeCache. txnprotected TopicMapTransactionIFSubjectIdentityCache. txnMethods in net.ontopia.topicmaps.impl.rdbms that return TopicMapTransactionIF Modifier and Type Method Description TopicMapTransactionIFRDBMSTopicMapTransaction. createNested()TopicMapTransactionIFRDBMSTopicMapStore. getTransaction()TopicMapTransactionIFReadOnlyTopicMap. getTransaction()TopicMapTransactionIFTopicMap. getTransaction()Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type TopicMapTransactionIF Constructor Description RoleTypeAssocTypeCache(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 TopicMapTransactionIF Modifier and Type Field Description protected TopicMapTransactionIFIndexManager. transactionMethods in net.ontopia.topicmaps.impl.rdbms.index that return TopicMapTransactionIF Modifier and Type Method Description TopicMapTransactionIFIndexManager. getTransaction()Constructors in net.ontopia.topicmaps.impl.rdbms.index with parameters of type TopicMapTransactionIF Constructor Description IndexManager(TopicMapTransactionIF transaction, CollectionFactoryIF cfactory) -
Uses of TopicMapTransactionIF in net.ontopia.topicmaps.impl.remote
Classes in net.ontopia.topicmaps.impl.remote that implement TopicMapTransactionIF Modifier and Type Class Description classRemoteTopicMapTransactionINTERNAL: 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 Modifier and Type Method Description TopicMapTransactionIFRemoteTopicMapStore. getTransaction() -
Uses of TopicMapTransactionIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement TopicMapTransactionIF Modifier and Type Class Description classAbstractTopicMapTransactionINTERNAL: An abstract TopicMapTransactionIF implementation.Methods in net.ontopia.topicmaps.impl.utils that return TopicMapTransactionIF Modifier and Type Method Description TopicMapTransactionIFAbstractTopicMapTransaction. createNested()TopicMapTransactionIFAbstractTopicMapTransaction. getParent()abstract TopicMapTransactionIFAbstractTopicMapStore. getTransaction()TopicMapTransactionIFIndexManagerIF. 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 TopicMapTransactionIF Modifier and Type Method Description voidTransactionEventListenerIF. transactionAbort(TopicMapTransactionIF transaction)voidTransactionEventListenerIF. transactionCommit(TopicMapTransactionIF transaction)
-