|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.experiment.RemoteExperimentSubTask
public class RemoteExperimentSubTask
Class to encapsulate an experiment as a task that can be executed on a remote host.
Constructor Summary | |
---|---|
RemoteExperimentSubTask()
|
Method Summary | |
---|---|
void |
execute()
Run the experiment |
Experiment |
getExperiment()
Get the experiment for this sub task |
java.lang.String |
getRevision()
Returns the revision string. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
public java.lang.String getRevision()
getRevision
in interface RevisionHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |