Interface IClusterControl

  • All Superinterfaces:
    org.apache.wicket.util.io.IClusterable, Serializable

    public interface IClusterControl
    extends org.apache.wicket.util.io.IClusterable
    A controller for a cluster of plugins. It can be used to start and stop the plugins in the cluster.

    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.

    • Method Detail

      • start

        void start()
        Start the plugins in the cluster.
      • stop

        void stop()
        Stop the plugins in the cluster.