DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.threadedservices
Class AutoExportTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.dlese.dpc.schemedit.threadedservices.AutoExportTask
All Implemented Interfaces:
Runnable

public class AutoExportTask
extends TimerTask

Export collections at regular intervals.

Author:

Constructor Summary
AutoExportTask(ServletContext servletContext)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoExportTask

public AutoExportTask(ServletContext servletContext)
Method Detail

run

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

DLESE Tools
v1.6.0