|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.entry.AbstractTopicMapReference net.ontopia.topicmaps.entry.StoreFactoryReference net.ontopia.topicmaps.entry.DefaultTopicMapReference
public class DefaultTopicMapReference
INTERNAL: A topic map reference that wraps a TopicMapStoreIF object. The reference always returns the same store instance.
If the reference has been opened, ie. used to create stores, and the dereferenceOnClose flag is true, it cannot be reopened. If the flag is false, it can be reopened if the store can be reopened.
Field Summary |
---|
Fields inherited from class net.ontopia.topicmaps.entry.StoreFactoryReference |
---|
deref_on_close, sfactory_ro, sfactory_rw |
Fields inherited from class net.ontopia.topicmaps.entry.AbstractTopicMapReference |
---|
deleted, id, isopen, listeners, source, title, topic_listeners |
Constructor Summary | |
---|---|
DefaultTopicMapReference(java.lang.String id,
java.lang.String title,
TopicMapStoreIF store)
Deprecated. |
Method Summary |
---|
Methods inherited from class net.ontopia.topicmaps.entry.StoreFactoryReference |
---|
createStore, getDereferenceOnClose, setDereferenceOnClose, storeClosed |
Methods inherited from class net.ontopia.topicmaps.entry.AbstractTopicMapReference |
---|
addTopicListener, clear, close, delete, getId, getSource, getTitle, getTopicListeners, isDeleted, isOpen, makeListenerArray, open, registerTopicListeners, removeTopicListener, setId, setSource, setTitle, setTopicListeners |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultTopicMapReference(java.lang.String id, java.lang.String title, TopicMapStoreIF store)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |