org.mmbase.poll
Class TotalUpdater

Package class diagram package TotalUpdater
java.lang.Object
  extended by 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

Constructor Summary
TotalUpdater()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TotalUpdater

public TotalUpdater()
Method Detail

run

public void run()
Specified by:
run in interface Runnable


MMBase Poll 2.0-SNAPSHOT - 2013-03-30T06:52