net.ontopia.topicmaps.impl.remote
Class RemoteTopicMapStore

java.lang.Object
  extended by net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore
      extended by net.ontopia.topicmaps.impl.basic.InMemoryTopicMapStore
          extended by net.ontopia.topicmaps.impl.remote.RemoteTopicMapStore
All Implemented Interfaces:
TopicMapStoreIF

public class RemoteTopicMapStore
extends InMemoryTopicMapStore

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.


Field Summary
 
Fields inherited from class net.ontopia.topicmaps.impl.basic.InMemoryTopicMapStore
maintainFulltextIndex, transaction
 
Fields inherited from class net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore
base_address, closed, deleted, open, readonly, readonlySet, reference, topic_listeners
 
Fields inherited from interface net.ontopia.topicmaps.core.TopicMapStoreIF
IN_MEMORY_IMPLEMENTATION, RDBMS_IMPLEMENTATION
 
Constructor Summary
RemoteTopicMapStore(java.lang.String baseuri)
           
RemoteTopicMapStore(java.lang.String baseuri, java.lang.String tmid)
           
 
Method Summary
 RemoteTopicIndex getTopicIndex()
           
 TopicMapTransactionIF getTransaction()
           
 
Methods inherited from class net.ontopia.topicmaps.impl.basic.InMemoryTopicMapStore
close, close, getEventManager, getImplementation, getProperty, isTransactional, setBaseAddress
 
Methods inherited from class net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore
abort, commit, delete, getBaseAddress, getReference, getTopicMap, isOpen, isReadOnly, open, setReadOnly, setReference, setTopicListeners, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTopicMapStore

public RemoteTopicMapStore(java.lang.String baseuri)

RemoteTopicMapStore

public RemoteTopicMapStore(java.lang.String baseuri,
                           java.lang.String tmid)
Method Detail

getTransaction

public TopicMapTransactionIF getTransaction()
Overrides:
getTransaction in class InMemoryTopicMapStore

getTopicIndex

public RemoteTopicIndex getTopicIndex()


Copyright © 2000-2012 Ontopia.