|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.experiment.RemoteExperimentSubTask
Class to encapsulate an experiment as a task that can be executed on a remote host.
Field Summary | |
private Experiment |
m_experiment
|
private TaskStatusInfo |
m_result
|
Constructor Summary | |
RemoteExperimentSubTask()
|
Method Summary | |
void |
execute()
Run the experiment |
Experiment |
getExperiment()
Get the experiment for this sub task |
TaskStatusInfo |
getTaskStatus()
Clients should be able to call this method at any time to obtain information on a current task. |
void |
setExperiment(Experiment task)
Set the experiment for this sub task |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private TaskStatusInfo m_result
private Experiment m_experiment
Constructor Detail |
public RemoteExperimentSubTask()
Method Detail |
public void setExperiment(Experiment task)
task
- the experimentpublic Experiment getExperiment()
public void execute()
execute
in interface Task
public TaskStatusInfo getTaskStatus()
Task
getTaskStatus
in interface Task
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |