net.ontopia.topicmaps.entry
Class DefaultTopicMapReference

java.lang.Object
  extended by net.ontopia.topicmaps.entry.AbstractTopicMapReference
      extended by net.ontopia.topicmaps.entry.StoreFactoryReference
          extended by net.ontopia.topicmaps.entry.DefaultTopicMapReference
All Implemented Interfaces:
TopicMapReferenceIF

Deprecated. Class is now superseded by StoreFactoryReference.

public class DefaultTopicMapReference
extends StoreFactoryReference

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

DefaultTopicMapReference

public DefaultTopicMapReference(java.lang.String id,
                                java.lang.String title,
                                TopicMapStoreIF store)
Deprecated. 


Copyright © 2000-2012 Ontopia.