com.highdeal.admin.hci
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
 void initialize()
          Initialize method is called after the server came online
 void terminate()
           
 

Method Detail

initialize

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


terminate

void terminate()

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)