Class DistributedDaemon


  • public class DistributedDaemon
    extends Object
    Daemon for distributed simulation This class implements a daemon for distributed simulation. It listens for incoming connections and processes the messages received.
    • Constructor Detail

      • DistributedDaemon

        public DistributedDaemon​(int port,
                                 SimulatorDistributed sd)
        Constructor for the distributed daemon.
        Parameters:
        port - Port for the daemon
        sd - Simulator for the daemon
    • Method Detail

      • start

        public void start()
        Start the daemon