org.dlese.dpc.schemedit.threadedservices
Class AutoExportTask
java.lang.Object
   java.util.TimerTask
java.util.TimerTask
       org.dlese.dpc.schemedit.threadedservices.AutoExportTask
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:
- runin interface- Runnable
- Specified by:
- runin class- TimerTask
 
-