org.mmbase.clustering
Class ClusteringModule
java.lang.Object
org.mmbase.util.functions.FunctionProvider
org.mmbase.util.functions.DescribedFunctionProvider
org.mmbase.module.Module
org.mmbase.module.ReloadableModule
org.mmbase.module.WatchedReloadableModule
org.mmbase.clustering.ClusteringModule
- All Implemented Interfaces:
- Descriptor
public class ClusteringModule
- extends WatchedReloadableModule
This module bootstraps and configures MMBase clustering.
- Since:
- MMBase-1.8
- Version:
- $Id: ClusteringModule.java 42979 2010-07-23 12:26:54Z michiel $
| Methods inherited from class org.mmbase.module.Module |
addInitParameters, checkModules, getInitParameter, getInitParameter, getInitParameter, getInitParameters, getInitParameters, getMaintainer, getModule, getModule, getModule, getModule, getModuleInfo, getModuleLoader, getModuleReader, getModuleReader, getModules, getState, getStates, getVersion, hasModule, hasStarted, loadInitParameters, loadInitParameters, maintainance, setInitParameter, setMaintainer, setState, setVersion, shutdownModules, startModule, startModules |
| Methods inherited from class org.mmbase.util.functions.DescribedFunctionProvider |
getDefaultLocale, getDescription, getDescription, getGUIName, getGUIName, getLocalizedDescription, getLocalizedGUIName, getName, setDescription, setDescription, setGUIName, setGUIName, setLocalizedDescription, setLocalizedGUIName, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusteringModule
public ClusteringModule(String name)
init
public void init()
- Overrides:
init in class Module
shutdown
protected void shutdown()
- Overrides:
shutdown in class Module
reload
public void reload()
- Specified by:
reload in class ReloadableModule
MMBase2 Clustering 2.0-SNAPSHOT - 2013-05-29T22:18