org.olat.catalog
Class CatalogModule

java.lang.Object
  extended by org.olat.catalog.CatalogModule
All Implemented Interfaces:
OLATModule

public class CatalogModule
extends java.lang.Object
implements OLATModule

Description:
is called during start up, initialises the catalog. Initial Date: May 4, 2004

Author:
Mike Stock Comment:

Constructor Summary
CatalogModule()
           
 
Method Summary
 void destroy()
          Caled during Servlet.destroy()
 void init(com.anthonyeden.lib.config.Configuration moduleConfig)
          Called by ConfigurationManager during statrup.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogModule

public CatalogModule()
Method Detail

init

public void init(com.anthonyeden.lib.config.Configuration moduleConfig)
Description copied from interface: OLATModule
Called by ConfigurationManager during statrup. Module is called in the order it is registered in olat_config.xml. On any critical errors, throw StartupException. Any other errors, just throw Exceptions. OLATContext will already be initialized at this stage.

Specified by:
init in interface OLATModule
See Also:
OLATModule.init(com.anthonyeden.lib.config.Configuration)

destroy

public void destroy()
Description copied from interface: OLATModule
Caled during Servlet.destroy()

Specified by:
destroy in interface OLATModule
See Also:
OLATModule.destroy()