au.gov.tas.dpiwe.mr.server.daemon
Class CacheHistoDaemon.Worker
java.lang.Object
au.gov.tas.dpiwe.mr.server.daemon.AbstractServerDaemon.Worker
au.gov.tas.dpiwe.mr.server.daemon.CacheHistoDaemon.Worker
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- CacheHistoDaemon
public class CacheHistoDaemon.Worker
- extends AbstractServerDaemon.Worker
A Runnable instance which does work for the cache histogram
daemon.
- Since:
- Mr Architecture 2.0
- Version:
- 1.0.0.3
- Author:
- Kade Hansson
|
Field Summary |
protected long |
delay
|
|
Method Summary |
void |
run()
The main loop of the daemon. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delay
protected final long delay
- See Also:
- Constant Field Values
CacheHistoDaemon.Worker
public CacheHistoDaemon.Worker()
run
public void run()
- Description copied from class:
AbstractServerDaemon.Worker
- The main loop of the daemon.
- Specified by:
run in interface Runnable- Specified by:
run in class AbstractServerDaemon.Worker