org.olat.core.configuration
Interface ModuleLifeCycle

All Known Implementing Classes:
ConfigurationManager

public interface ModuleLifeCycle

Modules are bigger entities which want to have the possibility to get notified if the main entry point is initialized. init is called if the OLATServlet gets initialized and destroy signals the OLATServlets end.

Initial Date: 20.06.2006

Author:
patrickb

Method Summary
 void destroy()
          Close hook
 void init(javax.servlet.ServletContext sc)
          Start hook
 

Method Detail

init

void init(javax.servlet.ServletContext sc)
Start hook

Parameters:
sc -

destroy

void destroy()
Close hook