Uses of Class
net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore
Packages that use AbstractTopicMapStore
Package
Description
The in-memory implementation of the core topic map interfaces.
Relational database implementation of the core topic map
interfaces.
INTERNAL: Classes that are used by many implementations.
-
Uses of AbstractTopicMapStore in net.ontopia.topicmaps.impl.basic
Subclasses of AbstractTopicMapStore in net.ontopia.topicmaps.impl.basicModifier and TypeClassDescriptionclassPUBLIC: The in-memory TopicMapStoreIF implementation. -
Uses of AbstractTopicMapStore in net.ontopia.topicmaps.impl.rdbms
Subclasses of AbstractTopicMapStore in net.ontopia.topicmaps.impl.rdbmsModifier and TypeClassDescriptionclassPUBLIC: The rdbms topic map store implementation. -
Uses of AbstractTopicMapStore in net.ontopia.topicmaps.impl.remote
Subclasses of AbstractTopicMapStore in net.ontopia.topicmaps.impl.remoteModifier and TypeClassDescriptionclassINTERNAL: The remote (remote in the sense that it deals with remote topics - and not that the transactions work in a remote or distributed fashion) extension of AbstractTopicMapStore. -
Uses of AbstractTopicMapStore in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as AbstractTopicMapStoreModifier and TypeFieldDescriptionprotected AbstractTopicMapStoreAbstractTopicMapTransaction.storeMethods in net.ontopia.topicmaps.impl.utils that return types with arguments of type AbstractTopicMapStoreModifier and TypeMethodDescriptionorg.apache.commons.pool2.PooledObject<AbstractTopicMapStore>StorePoolableObjectFactory.makeObject()Method parameters in net.ontopia.topicmaps.impl.utils with type arguments of type AbstractTopicMapStoreModifier and TypeMethodDescriptionvoidStorePoolableObjectFactory.activateObject(org.apache.commons.pool2.PooledObject<AbstractTopicMapStore> o) voidStorePoolableObjectFactory.destroyObject(org.apache.commons.pool2.PooledObject<AbstractTopicMapStore> o) voidStorePoolableObjectFactory.passivateObject(org.apache.commons.pool2.PooledObject<AbstractTopicMapStore> o) booleanStorePoolableObjectFactory.validateObject(org.apache.commons.pool2.PooledObject<AbstractTopicMapStore> o)