Class CommandServer
- java.lang.Object
-
- com.microej.kernel.green.localdeploy.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
-