net.ontopia.topicmaps.impl.utils
Class AbstractIndexManager

java.lang.Object
  extended by net.ontopia.topicmaps.impl.utils.AbstractIndexManager
All Implemented Interfaces:
IndexManagerIF
Direct Known Subclasses:
IndexManager, IndexManager

public abstract class AbstractIndexManager
extends java.lang.Object
implements IndexManagerIF


Constructor Summary
AbstractIndexManager()
           
 
Method Summary
abstract  void registerIndex(java.lang.String name, AbstractIndex 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
 

Constructor Detail

AbstractIndexManager

public AbstractIndexManager()
Method Detail

registerIndex

public abstract void registerIndex(java.lang.String name,
                                   AbstractIndex index)
INTERNAL: Register the specified index with the index manager.

Parameters:
name - The to register the index with name.
index - The index to register.


Copyright © 2000-2012 Ontopia.