Interface of the salomelauncher This interface is used for interaction with the unique instance of SalomeLauncher. More...
Public Member Functions | |
long | createJob (in Engines::JobParameters job_parameters) raises (SALOME::SALOME_Exception) |
void | launchJob (in long job_id) raises (SALOME::SALOME_Exception) |
string | getJobState (in long job_id) raises (SALOME::SALOME_Exception) |
void | getJobResults (in long job_id, in string directory) raises (SALOME::SALOME_Exception) |
boolean | getJobDumpState (in long job_id, in string directory) raises (SALOME::SALOME_Exception) |
void | stopJob (in long job_id) raises (SALOME::SALOME_Exception) |
void | removeJob (in long job_id) raises (SALOME::SALOME_Exception) |
long | createJobWithFile (in string xmlJobFile, in string clusterName) raises (SALOME::SALOME_Exception) |
boolean | testBatch (in ResourceParameters params) raises (SALOME::SALOME_Exception) |
void | Shutdown () |
long | getPID () |
void | addObserver (in Engines::SalomeLauncherObserver observer) |
void | removeObserver (in Engines::SalomeLauncherObserver observer) |
Engines::JobsList | getJobsList () |
Engines::JobParameters | getJobParameters (in long job_id) raises (SALOME::SALOME_Exception) |
void | loadJobs (in string jobs_file) raises (SALOME::SALOME_Exception) |
void | saveJobs (in string jobs_file) raises (SALOME::SALOME_Exception) |
Interface of the salomelauncher This interface is used for interaction with the unique instance of SalomeLauncher.