org.olat.core.configuration
Interface ServiceLifeCycle

All Known Implementing Classes:
DockModule, Settings, VelocityModule, WebappHelper

public interface ServiceLifeCycle

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 initService()
          Start hook
 

Method Detail

initService

void initService()
Start hook

Parameters:
sc -

destroy

void destroy()
Close hook