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 Details

    • startServer

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

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

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