Class CommandServer


  • public class CommandServer
    extends java.lang.Object
    CommandServerEntryPoint class is responsible for registering the listener, the logger and start the listener of remote commands.
    • Constructor Summary

      Constructors 
      Constructor Description
      CommandServer()
      Default constructor that registers the listeners, the logger and instantiates the RemoteCommandServer.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void startServer()
      Starts the remote command server in a new thread.
      void stopServer()
      Stop the remote command server
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandServer

        public CommandServer()
        Default constructor that registers the listeners, the logger and instantiates the RemoteCommandServer.
    • Method Detail

      • startServer

        public void startServer()
        Starts the remote command server in a new thread.
      • stopServer

        public void stopServer()
        Stop the remote command server