Package org.aksw.iguana.cc.tasks
Class TaskManager
- java.lang.Object
-
- org.aksw.iguana.cc.tasks.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 executevoid
startTask(java.lang.String[] ids, java.lang.String dataset, Connection con)
Will initialize and start the Task
-
-
-
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
-
-