public interface IClusterControl
extends org.apache.wicket.util.io.IClusterable
Plugins that repeatedly instantiated other clusters of plugins must stop the cluster when it is no longer in use. If the cluster has the same lifecycle as the plugin, this is not necessary; the plugin framework will stop the cluster when the plugin is stopped.
Modifier and Type | Method and Description |
---|---|
IClusterConfig |
getClusterConfig()
The cluster configuration.
|
void |
start()
Start the plugins in the cluster.
|
void |
stop()
Stop the plugins in the cluster.
|
IClusterConfig getClusterConfig()
IPluginContext.newCluster(IClusterConfig, IPluginConfig)
.void start()
void stop()
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.