org.mmbase.poll
Class TotalUpdater
java.lang.Object
org.mmbase.poll.TotalUpdater
- All Implemented Interfaces:
- Runnable
public class TotalUpdater
- extends Object
- implements Runnable
If the mmbase 'crontab' module is active this class can (and defaultly is) scheduled to
periodically run to update the 'total' field of the poll builder (if this field exists).
- Since:
- MMBase-1.8
- Version:
- $Id: TotalUpdater.java 35620 2009-06-03 13:46:59Z michiel $
- Author:
- Michiel Meeuwissen
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TotalUpdater
public TotalUpdater()
run
public void run()
- Specified by:
run in interface Runnable
MMBase Poll 2.0-SNAPSHOT - 2013-03-30T06:52