Refreshes the initial value of a field at some periodic interval. This is
useful when database updates must be shown to the user every so often.
Subclasses should implement the
run method appropriately. The run
method does not take any parameters which is fine since this is a
background task and updates are independent of the per user
FormData
and HttpServletRequest objects.