au.gov.tas.dpiwe.mr.server.daemon
Class CacheHistoDaemon.Worker

java.lang.Object
  extended by au.gov.tas.dpiwe.mr.server.daemon.AbstractServerDaemon.Worker
      extended by 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
           
 
Constructor Summary
CacheHistoDaemon.Worker()
           
 
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
 

Field Detail

delay

protected final long delay
See Also:
Constant Field Values
Constructor Detail

CacheHistoDaemon.Worker

public CacheHistoDaemon.Worker()
Method Detail

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