Package net.ontopia.topicmaps.impl.utils
Class AbstractIndexManager
java.lang.Object
net.ontopia.topicmaps.impl.utils.AbstractIndexManager
- All Implemented Interfaces:
IndexManagerIF
- Direct Known Subclasses:
IndexManager,IndexManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidregisterIndex(String name, IndexIF index) INTERNAL: Register the specified index with the index manager.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.ontopia.topicmaps.impl.utils.IndexManagerIF
getActiveIndexes, getIndex, getSupportedIndexes, getTransaction, isActive
-
Constructor Details
-
AbstractIndexManager
public AbstractIndexManager()
-
-
Method Details
-
registerIndex
INTERNAL: Register the specified index with the index manager.- Parameters:
name- The to register the index with name.index- The index to register.
-