Uses of Class
net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore
-
Packages that use AbstractTopicMapStore Package Description net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.remote net.ontopia.topicmaps.impl.utils 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.basic Modifier and Type Class Description class
InMemoryTopicMapStore
PUBLIC: The in-memory TopicMapStoreIF implementation. -
Uses of AbstractTopicMapStore in net.ontopia.topicmaps.impl.rdbms
Subclasses of AbstractTopicMapStore in net.ontopia.topicmaps.impl.rdbms Modifier and Type Class Description class
RDBMSTopicMapStore
PUBLIC: The rdbms topic map store implementation. -
Uses of AbstractTopicMapStore in net.ontopia.topicmaps.impl.remote
Subclasses of AbstractTopicMapStore in net.ontopia.topicmaps.impl.remote Modifier and Type Class Description class
RemoteTopicMapStore
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) extension of AbstractTopicMapStore. -
Uses of AbstractTopicMapStore in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as AbstractTopicMapStore Modifier and Type Field Description protected AbstractTopicMapStore
AbstractTopicMapTransaction. store
Methods in net.ontopia.topicmaps.impl.utils that return types with arguments of type AbstractTopicMapStore Modifier and Type Method Description org.apache.commons.pool2.PooledObject<AbstractTopicMapStore>
StorePoolableObjectFactory. makeObject()
Method parameters in net.ontopia.topicmaps.impl.utils with type arguments of type AbstractTopicMapStore Modifier and Type Method Description void
StorePoolableObjectFactory. activateObject(org.apache.commons.pool2.PooledObject<AbstractTopicMapStore> o)
void
StorePoolableObjectFactory. destroyObject(org.apache.commons.pool2.PooledObject<AbstractTopicMapStore> o)
void
StorePoolableObjectFactory. passivateObject(org.apache.commons.pool2.PooledObject<AbstractTopicMapStore> o)
boolean
StorePoolableObjectFactory. validateObject(org.apache.commons.pool2.PooledObject<AbstractTopicMapStore> o)
-