Uses of Class
net.ontopia.topicmaps.entry.SharedStoreRegistry
-
Packages that use SharedStoreRegistry Package Description net.ontopia.topicmaps.entry High level interfaces for locating and maintaining references to topic maps.net.ontopia.topicmaps.nav2.impl.basic The basic implementation of the Navigator core interfaces. -
-
Uses of SharedStoreRegistry in net.ontopia.topicmaps.entry
Fields in net.ontopia.topicmaps.entry declared as SharedStoreRegistry Modifier and Type Field Description protected static SharedStoreRegistry
SharedStoreRegistry. defaultRegistry
Methods in net.ontopia.topicmaps.entry that return SharedStoreRegistry Modifier and Type Method Description static SharedStoreRegistry
SharedStoreRegistry. getDefaultRegistry()
INTERNAL: Returns the default shared registry, of which there is one per JVM. -
Uses of SharedStoreRegistry in net.ontopia.topicmaps.nav2.impl.basic
Methods in net.ontopia.topicmaps.nav2.impl.basic that return SharedStoreRegistry Modifier and Type Method Description static SharedStoreRegistry
NavigatorApplication. lookupSharedStoreRegistry(String jndi_name)
INTERNAL: Looks up the SharedStoreRegistry in JNDI.
-