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.
|
Constructor and Description |
---|
RDBMSSearcher(TopicMapTransactionIF txn) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOntopolyURLReference.transactionAbort(TopicMapTransactionIF transaction) |
void |
AbstractOntopolyURLReference.transactionCommit(TopicMapTransactionIF transaction) |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryTopicMapTransaction
INTERNAL: The in-memory transaction implementation.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapTransactionIF |
InMemoryTopicMapStore.transaction |
protected TopicMapTransactionIF |
SubjectIdentityCache.txn |
Modifier and Type | Method and Description |
---|---|
TopicMapTransactionIF |
InMemoryTopicMapTransaction.createNested() |
TopicMapTransactionIF |
TopicMap.getTransaction() |
TopicMapTransactionIF |
InMemoryTopicMapStore.getTransaction() |
Constructor and Description |
---|
SubjectIdentityCache(TopicMapTransactionIF txn,
CollectionFactoryIF cfactory) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapTransactionIF |
IndexManager.transaction |
Modifier and Type | Method and Description |
---|---|
TopicMapTransactionIF |
IndexManager.getTransaction() |
Constructor and Description |
---|
IndexManager(TopicMapTransactionIF transaction,
CollectionFactoryIF cfactory,
EventManagerIF emanager,
ObjectTreeManager otree,
SubjectIdentityCache sicache) |
Modifier and Type | Class and Description |
---|---|
class |
RDBMSTopicMapTransaction
INTERNAL: The rdbms topic map transaction implementation.
|
Modifier and Type | Field and Description |
---|---|
protected TopicMapTransactionIF |
RoleTypeAssocTypeCache.txn |
protected TopicMapTransactionIF |
RoleTypeCache.txn |
protected TopicMapTransactionIF |
SubjectIdentityCache.txn |
Modifier and Type | Method and Description |
---|---|
TopicMapTransactionIF |
RDBMSTopicMapTransaction.createNested() |
TopicMapTransactionIF |
ReadOnlyTopicMap.getTransaction() |
TopicMapTransactionIF |
TopicMap.getTransaction() |
TopicMapTransactionIF |
RDBMSTopicMapStore.getTransaction() |
Constructor and Description |
---|
RoleTypeAssocTypeCache(TopicMapTransactionIF txn,
EventManagerIF emanager,
EventManagerIF otree) |
RoleTypeCache(TopicMapTransactionIF txn,
EventManagerIF emanager,
EventManagerIF otree) |
SubjectIdentityCache(TopicMapTransactionIF txn,
CollectionFactoryIF cfactory) |
Modifier and Type | Field and Description |
---|---|
protected TopicMapTransactionIF |
IndexManager.transaction |
Modifier and Type | Method and Description |
---|---|
TopicMapTransactionIF |
IndexManager.getTransaction() |
Constructor and Description |
---|
IndexManager(TopicMapTransactionIF transaction,
CollectionFactoryIF cfactory) |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
TopicMapTransactionIF |
RemoteTopicMapStore.getTransaction() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTopicMapTransaction
INTERNAL: An abstract TopicMapTransactionIF implementation.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionEventListenerIF.transactionAbort(TopicMapTransactionIF transaction) |
void |
TransactionEventListenerIF.transactionCommit(TopicMapTransactionIF transaction) |