Class Daemon.DaemonWorker

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    Daemon

    public class Daemon.DaemonWorker
    extends Object
    implements Runnable
    The sub-class of Thread that this Daemon uses as the actual thread of execution.
    • Constructor Detail

      • DaemonWorker

        public DaemonWorker()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • getDaemon

        protected Daemon getDaemon()
      • notifyStopping

        protected void notifyStopping()
      • isStopping

        protected boolean isStopping()
      • setThread

        protected void setThread​(Thread thread)
      • getThread

        protected Thread getThread()
      • isCurrentThread

        protected boolean isCurrentThread()