|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExperimentHandle
Handle for experiment being currently executed or for finished experiment. Listeners for experiment progress can be registered on this handle. Results of the experiment can be also obtained from this class.
Method Summary | |
---|---|
java.lang.Exception |
getException()
Blocking method returning exception that may have been raised during execution of the experiment. |
Flag<ExperimentExecutionState> |
getExperimentExecutionFlag()
|
java.lang.String |
getName()
Name of the experiment. |
ExperimentResult |
getResult()
Blocking method returning results of the experiment. |
void |
stop()
Aborts execution of the experiment. |
Method Detail |
---|
ExperimentResult getResult() throws java.lang.Exception
java.lang.Exception
- exception that may have been raised during execution of the experimentjava.lang.Exception getException()
void stop()
Flag<ExperimentExecutionState> getExperimentExecutionFlag()
java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |