|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Task | |
| org.gridbus.broker.farming.common | |
| org.gridbus.broker.initializer | |
| org.gridbus.broker.plan | |
| org.gridbus.broker.runfile | |
| org.gridbus.broker.util | |
| Uses of Task in org.gridbus.broker.farming.common |
| Methods in org.gridbus.broker.farming.common that return Task | |
Task |
Job.getTask()
Task is the sequence of commands that describe what a job has to do. |
| Methods in org.gridbus.broker.farming.common with parameters of type Task | |
void |
Job.setTask(Task task)
This sets the task for this job |
| Uses of Task in org.gridbus.broker.initializer |
| Methods in org.gridbus.broker.initializer with parameters of type Task | |
boolean |
Initialization.transfer(Task task)
To be implemented in the future |
| Uses of Task in org.gridbus.broker.plan |
| Methods in org.gridbus.broker.plan that return Task | |
Task |
PlanInterpreter.getStartTask()
Gets the "nodestart" task and associated commands defined in the parsed xml file. |
Task |
PlanInterpreter.getFinishTask()
Gets the "rootfinish" task and associated commands defined in the parsed xml file. |
| Uses of Task in org.gridbus.broker.runfile |
| Methods in org.gridbus.broker.runfile that return Task | |
Task |
RunFile.getStartTask()
Gets the "nodestart" task and associated commands defined in the parsed run file. |
Task |
RunFile.getFinishTask()
Gets the "rootfinish" task and associated commands defined in the parsed run file. |
| Uses of Task in org.gridbus.broker.util |
| Methods in org.gridbus.broker.util with parameters of type Task | |
boolean |
GridFTPUtil.transfer(Task task)
Transfers the files related to the task to a remote grid node |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||