Class RestAcquisitionAsync.XDaemon

    • Constructor Detail

      • XDaemon

        protected XDaemon​(String name,
                          Logger logmon)
    • Method Detail

      • run

        public void run()
      • stop

        public void stop()
        Description copied from class: Daemon
        Forces the daemon to stop executing. This method notifies thread that it should stop running, if the thread is waiting it is first interrupted then the shutdown method is called to close all resources.
        Overrides:
        stop in class Daemon
      • close

        protected void close()
        Closes the Acquisition daemon and all associated resources.
        Specified by:
        close in class Daemon
      • shutdown

        protected void shutdown()
        Stops the Acquisition daemon and all associated resources. Called by generic behavior during the destination finalization.
        Specified by:
        shutdown in class Daemon