public interface StartStopPlugin
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.
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Initialize method is called after the server came online
|
void |
terminate() |