Uses of Interface
net.ontopia.topicmaps.impl.utils.TopicMapTransactionIF

Packages that use TopicMapTransactionIF
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
RDBMSSearcher(TopicMapTransactionIF txn)
           
 

Uses of TopicMapTransactionIF in net.ontopia.topicmaps.entry
 

Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapTransactionIF
 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
 class InMemoryTopicMapTransaction
          INTERNAL: The in-memory transaction implementation.
 

Fields in net.ontopia.topicmaps.impl.basic declared as TopicMapTransactionIF
protected  TopicMapTransactionIF InMemoryTopicMapStore.transaction
           
protected  TopicMapTransactionIF SubjectIdentityCache.txn
           
 

Methods in net.ontopia.topicmaps.impl.basic that return TopicMapTransactionIF
 TopicMapTransactionIF InMemoryTopicMapTransaction.createNested()
           
 TopicMapTransactionIF TopicMap.getTransaction()
           
 TopicMapTransactionIF InMemoryTopicMapStore.getTransaction()
           
 

Constructors in net.ontopia.topicmaps.impl.basic with parameters of type TopicMapTransactionIF
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
protected  TopicMapTransactionIF IndexManager.transaction
           
 

Methods in net.ontopia.topicmaps.impl.basic.index that return TopicMapTransactionIF
 TopicMapTransactionIF IndexManager.getTransaction()
           
 

Constructors in net.ontopia.topicmaps.impl.basic.index with parameters of type TopicMapTransactionIF
IndexManager(TopicMapTransactionIF transaction, CollectionFactoryIF cfactory, EventManagerIF emanager, ObjectTreeManager otree)
           
 

Uses of TopicMapTransactionIF in net.ontopia.topicmaps.impl.rdbms
 

Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapTransactionIF
 class RDBMSTopicMapTransaction
          INTERNAL: The rdbms topic map transaction implementation.
 

Fields in net.ontopia.topicmaps.impl.rdbms declared as TopicMapTransactionIF
protected  TopicMapTransactionIF SubjectIdentityCache.txn
           
protected  TopicMapTransactionIF RoleTypeCache.txn
           
protected  TopicMapTransactionIF RoleTypeAssocTypeCache.txn
           
 

Methods in net.ontopia.topicmaps.impl.rdbms that return TopicMapTransactionIF
 TopicMapTransactionIF RDBMSTopicMapTransaction.createNested()
           
 TopicMapTransactionIF TopicMap.getTransaction()
           
 TopicMapTransactionIF ReadOnlyTopicMap.getTransaction()
           
 TopicMapTransactionIF RDBMSTopicMapStore.getTransaction()
           
 

Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type TopicMapTransactionIF
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
protected  TopicMapTransactionIF IndexManager.transaction
           
 

Methods in net.ontopia.topicmaps.impl.rdbms.index that return TopicMapTransactionIF
 TopicMapTransactionIF IndexManager.getTransaction()
           
 

Constructors in net.ontopia.topicmaps.impl.rdbms.index with parameters of type TopicMapTransactionIF
IndexManager(TopicMapTransactionIF transaction, CollectionFactoryIF cfactory)
           
 

Uses of TopicMapTransactionIF in net.ontopia.topicmaps.impl.remote
 

Classes in net.ontopia.topicmaps.impl.remote that implement TopicMapTransactionIF
 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
 TopicMapTransactionIF RemoteTopicMapStore.getTransaction()
           
 

Uses of TopicMapTransactionIF in net.ontopia.topicmaps.impl.utils
 

Classes in net.ontopia.topicmaps.impl.utils that implement TopicMapTransactionIF
 class AbstractTopicMapTransaction
          INTERNAL: An abstract TopicMapTransactionIF implementation.
 

Methods in net.ontopia.topicmaps.impl.utils that return TopicMapTransactionIF
 TopicMapTransactionIF AbstractTopicMapTransaction.createNested()
           
 TopicMapTransactionIF AbstractTopicMapTransaction.getParent()
           
 TopicMapTransactionIF IndexManagerIF.getTransaction()
          Deprecated. DEPRECATED: Gets the topic map store to which this index manager belongs.
abstract  TopicMapTransactionIF AbstractTopicMapStore.getTransaction()
           
 

Methods in net.ontopia.topicmaps.impl.utils with parameters of type TopicMapTransactionIF
 void TransactionEventListenerIF.transactionAbort(TopicMapTransactionIF transaction)
           
 void TransactionEventListenerIF.transactionCommit(TopicMapTransactionIF transaction)
           
 



Copyright © 2000-2012 Ontopia.