org.dlese.dpc.schemedit.threadedservices
Class AutoExportTask
java.lang.Object
java.util.TimerTask
org.dlese.dpc.schemedit.threadedservices.AutoExportTask
- All Implemented Interfaces:
- Runnable
public class AutoExportTask
- extends TimerTask
Export collections at regular intervals.
- Author:
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoExportTask
public AutoExportTask(ServletContext servletContext)
run
public void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask