org.tm4j.topicmap.index.IndexProvider .initialise(org.tm4j.topicmap.TopicMap tm)

Description

Called by the topic map which contains this IndexManager This method will be invoked before any calls to other methods of this interface are invoked. This method provides a "hook" for the IndexProvider to do any session-scope initialisation.

Parameters
org.tm4j.topicmap.TopicMap tm The topic map which this IndexManager will be handling indexes for

Throws

Other Resources

Related Topics

Has Parameters