static Parameters |
BasicSessionControl.clone(Parameters p) |
Clones passed parameters.
|
protected SessionExt |
BasicSessionControl.createEmptySession() |
Creates an empty configuration for the test suite.
|
ET_SessionControl |
ET_ControlFactory.createSessionControl() |
Creates a control over session.
|
ET_SessionControl |
ET_DefaultControlFactory.createSessionControl() |
|
void |
BasicSession.loadInterviewFromFile(WorkDirectory wd,
java.io.File cfgFile) |
Loads interview from file.
|
void |
SessionExt.loadInterviewFromFile(WorkDirectory wd,
java.io.File jti) |
Loads interview from a given file and associates it with a given
working directory.
|
void |
BasicSession.reloadInterview() |
Reloads interview if out of date.
|
void |
SessionExt.reloadInterview() |
Reloads interview if out of date.
|
void |
BasicSession.restore(java.util.Map map) |
|
void |
Session.restore(java.util.Map map) |
Restores the config state from the map
|
void |
BasicSessionControl.restoreConfigFromWD(WorkDirectory wd) |
Tries to restore latest available configuration for the session.
|
void |
BasicSession.update(Session.Update u) |
Applies the update.
|
void |
BasicSession.update(Session.Update u,
boolean updateConfig) |
Applies the update.
|
void |
ExecTool.update(InterviewParameters ip) |
Invoked when manager orders to use new ip
|
void |
ExecTool.update(WorkDirectory wd) |
Invoked when manager orders to use new wd.
|
void |
ExecTool.update(WorkDirectory wd,
boolean updateConfig) |
Invoked when manager orders to use new wd.
|
void |
Session.update(Session.Update u) |
Method to be invoked from outside to change the state of the Session.
|
void |
Session.update(Session.Update u,
boolean updateConfig) |
Method to be invoked from outside to change the state of the Session.
|
protected void |
BasicSession.updateNewConfig(InterviewParameters ip) |
Method invoked as a reaction on U_NewConfig update.
|