abstractpublic class ReloadableModule extends Module(Code)
A Reloadable Module has a 'reload' method. You can extend your own modules from this. If you need
to happen the reload automaticly, then
WatchedReloadableModule .
author: Michiel Meeuwissen since: MMBase-1.8 version: $Id: ReloadableModule.java,v 1.16 2007/06/19 14:58:02 michiel Exp $
Reloads the configuration file.
The module cannot change class, so if you change that in the XML, an error is logged, and nothing will
happen.
This method should be called from your extension if and when the configuration must be reloaded.
Whether successful.