|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.impl.utils.AbstractIndexManager
public abstract class AbstractIndexManager
| 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 |
|---|
public AbstractIndexManager()
| Method Detail |
|---|
public abstract void registerIndex(java.lang.String name,
AbstractIndex index)
name - The to register the index with name.index - The index to register.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||