Class TaskManager


  • public class TaskManager
    extends java.lang.Object
    Will manage the Tasks
    Author:
    f.conrads
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskManager()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setTask​(Task task)
      Will simply set the Task to execute
      void startTask​(java.lang.String[] ids, java.lang.String dataset, Connection con)
      Will initialize and start the Task
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaskManager

        public TaskManager()
    • Method Detail

      • setTask

        public void setTask​(Task task)
        Will simply set the Task to execute
        Parameters:
        task -
      • startTask

        public void startTask​(java.lang.String[] ids,
                              java.lang.String dataset,
                              Connection con)
                       throws java.io.IOException,
                              java.util.concurrent.TimeoutException
        Will initialize and start the Task
        Throws:
        java.io.IOException
        java.util.concurrent.TimeoutException