Interface ServerLifecycleListener

All Known Implementing Classes:
ServerLifecycleSysOutPrinterListener, UDPReregistrationListener

public interface ServerLifecycleListener
This listener allows to perform operations dependent on the lifecycle of a distributeme component.
Version:
$Id: $Id
Author:
another
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called immediately after start and registration.
    void
    Called immediately before service stops, in the shutdown hook.
  • Method Details

    • afterStart

      void afterStart()
      Called immediately after start and registration.
    • beforeShutdown

      void beforeShutdown()
      Called immediately before service stops, in the shutdown hook.