Interface AuxiliaryServer

All Known Implementing Classes:
EntityService

public interface AuxiliaryServer
Auxiliary servers to be run in conjunction with a Server must implement this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Starts this server
    void
    Stops this server
  • Method Details

    • start

      void start() throws Exception
      Starts this server
      Throws:
      Exception - in case of an exception
    • stop

      void stop() throws Exception
      Stops this server
      Throws:
      Exception - in case of an exception
    • information

      String information()
      Returns:
      a String describing the server and its configuration, for logging purposes