CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.util
Class Daemon.DaemonWorker

java.lang.Object
  extended by 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 Summary
Daemon.DaemonWorker()
           
 
Method Summary
protected  Daemon getDaemon()
           
protected  Thread getThread()
           
protected  boolean isCurrentThread()
           
protected  boolean isStopping()
           
protected  void notifyStopping()
           
 void run()
           
protected  void setThread(Thread thread)
           
 

Constructor Detail

Daemon.DaemonWorker

public Daemon.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()

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation