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 void
AbstractOntopolyURLReference. transactionAbort(TopicMapTransactionIF transaction)
void
AbstractOntopolyURLReference. 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 class
InMemoryTopicMapTransaction
INTERNAL: The in-memory transaction implementation.Fields in net.ontopia.topicmaps.impl.basic declared as TopicMapTransactionIF Modifier and Type Field Description protected TopicMapTransactionIF
InMemoryTopicMapStore. transaction
protected TopicMapTransactionIF
SubjectIdentityCache. txn
Methods in net.ontopia.topicmaps.impl.basic that return TopicMapTransactionIF Modifier and Type Method Description TopicMapTransactionIF
InMemoryTopicMapTransaction. createNested()
TopicMapTransactionIF
InMemoryTopicMapStore. getTransaction()
TopicMapTransactionIF
TopicMap. 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 TopicMapTransactionIF
IndexManager. transaction
Methods in net.ontopia.topicmaps.impl.basic.index that return TopicMapTransactionIF Modifier and Type Method Description TopicMapTransactionIF
IndexManager. 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 class
RDBMSTopicMapTransaction
INTERNAL: The rdbms topic map transaction implementation.Fields in net.ontopia.topicmaps.impl.rdbms declared as TopicMapTransactionIF Modifier and Type Field Description protected TopicMapTransactionIF
RoleTypeAssocTypeCache. txn
protected TopicMapTransactionIF
RoleTypeCache. txn
protected TopicMapTransactionIF
SubjectIdentityCache. txn
Methods in net.ontopia.topicmaps.impl.rdbms that return TopicMapTransactionIF Modifier and Type Method Description TopicMapTransactionIF
RDBMSTopicMapTransaction. createNested()
TopicMapTransactionIF
RDBMSTopicMapStore. getTransaction()
TopicMapTransactionIF
ReadOnlyTopicMap. getTransaction()
TopicMapTransactionIF
TopicMap. 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 TopicMapTransactionIF
IndexManager. transaction
Methods in net.ontopia.topicmaps.impl.rdbms.index that return TopicMapTransactionIF Modifier and Type Method Description TopicMapTransactionIF
IndexManager. 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 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.Methods in net.ontopia.topicmaps.impl.remote that return TopicMapTransactionIF Modifier and Type Method Description TopicMapTransactionIF
RemoteTopicMapStore. 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 class
AbstractTopicMapTransaction
INTERNAL: An abstract TopicMapTransactionIF implementation.Methods in net.ontopia.topicmaps.impl.utils that return TopicMapTransactionIF Modifier and Type Method Description TopicMapTransactionIF
AbstractTopicMapTransaction. createNested()
TopicMapTransactionIF
AbstractTopicMapTransaction. getParent()
abstract TopicMapTransactionIF
AbstractTopicMapStore. getTransaction()
TopicMapTransactionIF
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 TopicMapTransactionIF Modifier and Type Method Description void
TransactionEventListenerIF. transactionAbort(TopicMapTransactionIF transaction)
void
TransactionEventListenerIF. transactionCommit(TopicMapTransactionIF transaction)
-