|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.impl.utils.AbstractTopicMapStore net.ontopia.topicmaps.impl.basic.InMemoryTopicMapStore net.ontopia.topicmaps.impl.remote.RemoteTopicMapStore
public 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.
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 |
---|
public RemoteTopicMapStore(java.lang.String baseuri)
public RemoteTopicMapStore(java.lang.String baseuri, java.lang.String tmid)
Method Detail |
---|
public TopicMapTransactionIF getTransaction()
getTransaction
in class InMemoryTopicMapStore
public RemoteTopicIndex getTopicIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |