- All Implemented Interfaces:
TimerTask
A timer for importing data from a file. The arg is a comma
separated list of import-declaration ids (application_id:import_id).
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ImportTimer
public ImportTimer()
-
Method Details
-
run
A timer task is started.
- Specified by:
run
in interface TimerTask
- Parameters:
e
- the persistent timer entry
arg
- the argument string defined in the timer entry.
- Throws:
Exception