com.tangosol.util
Class Daemon.DaemonWorker
java.lang.Object
com.tangosol.util.Daemon.DaemonWorker
- All Implemented Interfaces:
- java.lang.Runnable
- Enclosing class:
- Daemon
public class Daemon.DaemonWorker
- extends java.lang.Object
- implements java.lang.Runnable
The sub-class of Thread that this Daemon uses as the actual thread
of execution.
Daemon.DaemonWorker
public Daemon.DaemonWorker()
run
public void run()
- Specified by:
run in interface java.lang.Runnable
getDaemon
protected Daemon getDaemon()
notifyStopping
protected void notifyStopping()
isStopping
protected boolean isStopping()
setThread
protected void setThread(java.lang.Thread thread)
getThread
protected java.lang.Thread getThread()
isCurrentThread
protected boolean isCurrentThread()
Copyright © 2000, 2010, Oracle. All rights reserved.