Class ImportTimer

java.lang.Object
com.groiss.fileimport.ImportTimer
All Implemented Interfaces:
TimerTask

public class ImportTimer extends Object implements 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 Details

    • ImportTimer

      public ImportTimer()
  • Method Details

    • run

      public void run(TimerEntry e, String arg) throws Exception
      Description copied from interface: TimerTask
      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