Interface Service

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void renderStatusHTML​(Writer out)  
      void restart()
      Perform a soft restart.
      void shutdown()
      Instruct the service that the router is shutting down and that it should do whatever is necessary to go down gracefully.
      void startup()
      Instruct the service that it should start normal operation.
    • Method Detail

      • startup

        void startup()
        Instruct the service that it should start normal operation. This call DOES block until the service is ready.
      • shutdown

        void shutdown()
        Instruct the service that the router is shutting down and that it should do whatever is necessary to go down gracefully. It should not depend on other components at this point. This call DOES block.
      • restart

        void restart()
        Perform a soft restart.