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
public abstract class AbstractIndexManager extends Object implements IndexManagerIF
-
-
Constructor Summary
Constructors Constructor Description AbstractIndexManager()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
registerIndex(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, wait
-
Methods inherited from interface net.ontopia.topicmaps.impl.utils.IndexManagerIF
getActiveIndexes, getIndex, getSupportedIndexes, getTransaction, isActive
-
-