Interface IExperimentManager
- All Superinterfaces:
Remote
- All Known Implementing Classes:
ExperimentManager
This interface provides remote calls to Experiment Managers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
Start a new experiment run.void
Writes the experiment run to the specified DAO source.
-
Field Details
-
EXPERIMENT_MANAGER_MASTER
static final int EXPERIMENT_MANAGER_MASTER- See Also:
-
EXPERIMENT_MANAGER_SLAVE
static final int EXPERIMENT_MANAGER_SLAVE- See Also:
-
-
Method Details
-
startNewExperimentRun
Start a new experiment run.- Throws:
RemoteException
-
writeResultsAndClose
Writes the experiment run to the specified DAO source.- Throws:
RemoteException
-
getName
- Throws:
RemoteException
-