Class Daemon.DaemonWorker

java.lang.Object
com.tangosol.util.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 Details

    • DaemonWorker

      public DaemonWorker()
  • Method Details

    • 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()