Interface StartStopPlugin


public interface StartStopPlugin
This Java interface defines a listener plugin. When the server is online the initialize() method of the plugin is called. The terminate() method is called when the server goes down.

Configuration: The end-user must fill the startstopplugin.class in the configuration file of the server system and the class will be loaded, instantiated by the server.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initialize method is called after the server came online
    void
     
  • Method Details

    • initialize

      void initialize()
      Initialize method is called after the server came online
    • terminate

      void terminate()