au.gov.tas.dpiwe.mr.server.daemon
Class MemoryStatDaemon.Worker
java.lang.Object
au.gov.tas.dpiwe.mr.server.daemon.AbstractServerDaemon.Worker
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
|
|
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
MemoryStatDaemon.Worker
public MemoryStatDaemon.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