|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Task | |
---|---|
nl.astron.lofar.odtb.mom2otdbadapter.otdblistener |
Uses of Task in nl.astron.lofar.odtb.mom2otdbadapter.otdblistener |
---|
Methods in nl.astron.lofar.odtb.mom2otdbadapter.otdblistener that return Task | |
---|---|
protected Task |
OTDBListener.convertToTask(LofarObservation lofarObservation)
Converts a observation to a task using the xml generation |
Task |
Queue.get()
Retrieve a task, if there are tasks, if there are no tasks, wait until a task is in the queue |
Methods in nl.astron.lofar.odtb.mom2otdbadapter.otdblistener with parameters of type Task | |
---|---|
void |
Queue.add(Task task)
Add the task to the task list and store it as a xml file |
void |
Queue.moveToEndOfTaskList(Task task)
If a task can not be executed, move it to the end of the tasks list, so other tasks can be executed. |
protected boolean |
TaskExecutor.processTask(Task task)
Process task. |
void |
Queue.remove(Task task)
Remove a task |
protected void |
Queue.storeTask(Task task)
Store a task |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |