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

java.lang.Object
  extended by au.gov.tas.dpiwe.mr.server.daemon.AbstractServerDaemon.Worker
      extended by au.gov.tas.dpiwe.mr.server.daemon.MemoryStatDaemon.Worker
All Implemented Interfaces:
Runnable
Enclosing class:
MemoryStatDaemon

public class MemoryStatDaemon.Worker
extends AbstractServerDaemon.Worker

A Runnable instance which does work for the memory statistics daemon.

Since:
Mr Architecture 2.0
Version:
1.0.0.3
Author:
Kade Hansson

Field Summary
protected  long delay
           
 
Constructor Summary
MemoryStatDaemon.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

MemoryStatDaemon.Worker

public MemoryStatDaemon.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