Data Structures | |
| class | MyParser |
| class | SessionParameters |
Functions | |
| def | configureSession (args=None, exe=None) |
| def | _writeConfigFile (port, host) |
| def | __runLocalSession (command) |
| def | __copyFiles (user, machine, script, infiles, outfiles) |
| def | __runRemoteSession (sa_obj, params) |
| def | runSession (params, args) |
|
private |
Modify script, copy files to remote computer and return lists of copied files.
Referenced by __runRemoteSession().
|
private |
Referenced by runSession().
|
private |
References __copyFiles().
Referenced by runSession().
|
private |
References salome_utils.getUserName(), and ORBConfigFile.writeORBConfigFile().
Referenced by configureSession().
| def runSession.configureSession | ( | args = None, |
|
exe = None |
|||
| ) |
References _writeConfigFile(), NSparam.getNSparams(), salomeContextUtils.getShortAndExtraArgs(), Utils_Identity.getShortHostName(), and salome_utils.getUserName().
Referenced by salomeContext.SalomeContext._runSession(), TestConcurrentSession.session(), TestLauncherSessionArgs.TestSessionArgs.session(), and TestLauncherSimple.TestLauncher.testHello().
| def runSession.runSession | ( | params, | |
| args | |||
| ) |
References __runLocalSession(), __runRemoteSession(), salomeContextUtils.formatScriptsAndArgs(), and salomeContextUtils.getScriptsAndArgs().
Referenced by salomeContext.SalomeContext._runSession(), TestConcurrentSession.session(), TestLauncherSessionArgs.TestSessionArgs.session(), and TestLauncherSimple.TestLauncher.testHello().