Package | Description |
---|---|
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.utils |
INTERNAL: Classes that are used by many implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
TopicMap
INTERNAL: The basic topic map implementation.
|
Modifier and Type | Method and Description |
---|---|
EventManagerIF |
InMemoryTopicMapStore.getEventManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
TopicEvents.registerListeners(EventManagerIF emanager) |
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 | Method and Description |
---|---|
EventManagerIF |
RDBMSTopicMapStore.getEventManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
TopicEvents.registerListeners(EventManagerIF emanager) |
Constructor and Description |
---|
RoleTypeAssocTypeCache(TopicMapTransactionIF txn,
EventManagerIF emanager,
EventManagerIF otree) |
RoleTypeCache(TopicMapTransactionIF txn,
EventManagerIF emanager,
EventManagerIF otree) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectTreeManager
INTERNAL: Event manager that fires object added and removed
events for children of added or removed objects.
|
class |
TopicModificationManager
INTERNAL: Event manager that fires TopicIF.modified events.
|
Modifier and Type | Method and Description |
---|---|
abstract EventManagerIF |
AbstractTopicMapStore.getEventManager() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSubjectIdentityCache.registerListeners(EventManagerIF emanager,
EventManagerIF otree)
INTERNAL: Registers the subject identity cache listeners with the default
event manager and the object tree event managers.
|
Constructor and Description |
---|
ObjectTreeManager(EventManagerIF emanager,
CollectionFactoryIF cfactory) |
TopicModificationManager(EventManagerIF emanager,
CollectionFactoryIF cfactory) |